summaryrefslogtreecommitdiff
path: root/python/rpmdb-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/rpmdb-py.h
parent2b06ca079c90960242dfe173e0e8c2fbc39d7689 (diff)
downloadrpm-ae1fd3fa479bfafcc65b9ea532cafb401ed9a031.tar.gz
rpm-ae1fd3fa479bfafcc65b9ea532cafb401ed9a031.tar.bz2
rpm-ae1fd3fa479bfafcc65b9ea532cafb401ed9a031.zip
Make the python object structures opaque
Diffstat (limited to 'python/rpmdb-py.h')
-rw-r--r--python/rpmdb-py.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/rpmdb-py.h b/python/rpmdb-py.h
index 843ca008e..c92d74a52 100644
--- a/python/rpmdb-py.h
+++ b/python/rpmdb-py.h
@@ -11,17 +11,6 @@
*/
typedef struct rpmdbObject_s rpmdbObject;
-/** \ingroup py_c
- */
-struct rpmdbObject_s {
- PyObject_HEAD
- PyObject *md_dict; /*!< to look like PyModuleObject */
- rpmdb db;
- int offx;
- int noffs;
- int *offsets;
-} ;
-
extern PyTypeObject rpmdb_Type;
#endif