Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

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 rpmmiObject * rpmmi_Wrap(rpmdbMatchIterator mi)
00024         /*@*/;
00025 
00026 #endif

Generated on Sun Oct 26 13:02:02 2003 for rpm by doxygen1.2.18