python/rpmmi-py.h

Go to the documentation of this file.
00001 #ifndef H_RPMMI_PY
00002 #define H_RPMMI_PY
00003 
00010 typedef struct rpmmiObject_s rpmmiObject;
00011 
00014 struct rpmmiObject_s {
00015     PyObject_HEAD
00016     PyObject *md_dict;          
00017     rpmdbMatchIterator mi;
00018 } ;
00019 
00020 /*@unchecked@*/
00021 extern PyTypeObject rpmmi_Type;
00022 
00023 /*@null@*/
00024 rpmmiObject * rpmmi_Wrap(rpmdbMatchIterator mi)
00025         /*@*/;
00026 
00027 #endif

Generated on Wed Jan 28 12:45:25 2009 for rpm by  doxygen 1.4.7