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     rpmdbMatchIterator mi;
00017 } ;
00018 
00019 /*@unchecked@*/
00020 extern PyTypeObject rpmmi_Type;
00021 
00022 rpmmiObject * rpmmi_Wrap(rpmdbMatchIterator mi)
00023         /*@globals _Py_NoneStruct @*/
00024         /*@modifies mi, _Py_NoneStruct @*/;
00025 
00026 #endif

Generated on Wed Sep 4 12:49:54 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002