summaryrefslogtreecommitdiff
path: root/python/rpmfts-py.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-12 17:46:22 +0000
committerjbj <devnull@localhost>2002-12-12 17:46:22 +0000
commit8681309f1a19ebe597464aa3d1304bef06d3790e (patch)
tree03a04336ed0f3bfd939c4baf51a28afb1fc5cc9e /python/rpmfts-py.h
parent78ddb8c8761d21ad59f99404c1f077c1434e943a (diff)
downloadlibrpm-tizen-8681309f1a19ebe597464aa3d1304bef06d3790e.tar.gz
librpm-tizen-8681309f1a19ebe597464aa3d1304bef06d3790e.tar.bz2
librpm-tizen-8681309f1a19ebe597464aa3d1304bef06d3790e.zip
Add
PyObject *md_dict; /*!< to look like PyModuleObject */ to all rpmfoo_Type's. CVS patchset: 5936 CVS date: 2002/12/12 17:46:22
Diffstat (limited to 'python/rpmfts-py.h')
-rw-r--r--python/rpmfts-py.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/rpmfts-py.h b/python/rpmfts-py.h
index a9556b30b..56ebfdf09 100644
--- a/python/rpmfts-py.h
+++ b/python/rpmfts-py.h
@@ -9,6 +9,9 @@
typedef struct rpmftsObject_s {
PyObject_HEAD
+ PyObject *md_dict; /*!< to look like PyModuleObject */
+ PyObject *callbacks;
+
/*@null@*/
const char ** roots;
int options;