summaryrefslogtreecommitdiff
path: root/python/rpmte-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/rpmte-py.h
parent78ddb8c8761d21ad59f99404c1f077c1434e943a (diff)
downloadrpm-8681309f1a19ebe597464aa3d1304bef06d3790e.tar.gz
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/rpmte-py.h')
-rw-r--r--python/rpmte-py.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/rpmte-py.h b/python/rpmte-py.h
index 18b626704..3bce93523 100644
--- a/python/rpmte-py.h
+++ b/python/rpmte-py.h
@@ -9,6 +9,7 @@
typedef struct rpmteObject_s {
PyObject_HEAD
+ PyObject *md_dict; /*!< to look like PyModuleObject */
rpmte te;
} rpmteObject;