summaryrefslogtreecommitdiff
path: root/python/rpmps-py.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-09-22 16:47:07 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-09-22 16:47:07 +0300
commitae1fd3fa479bfafcc65b9ea532cafb401ed9a031 (patch)
treea44940b0a00a7e089e1dc441c8fb2070d6ddafe9 /python/rpmps-py.h
parent2b06ca079c90960242dfe173e0e8c2fbc39d7689 (diff)
downloadrpm-ae1fd3fa479bfafcc65b9ea532cafb401ed9a031.tar.gz
Make the python object structures opaque
Diffstat (limited to 'python/rpmps-py.h')
-rw-r--r--python/rpmps-py.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/python/rpmps-py.h b/python/rpmps-py.h
index 86844f622..de68a2b86 100644
--- a/python/rpmps-py.h
+++ b/python/rpmps-py.h
@@ -7,14 +7,7 @@
* \file python/rpmps-py.h
*/
-/**
- */
-typedef struct rpmpsObject_s {
- PyObject_HEAD
- PyObject *md_dict; /*!< to look like PyModuleObject */
- rpmps ps;
- rpmpsi psi;
-} rpmpsObject;
+typedef struct rpmpsObject_s rpmpsObject;
/**
*/