00001 #ifndef H_RPMMI_PY 00002 #define H_RPMMI_PY 00003 00010 00013 typedef struct rpmmiObject_s rpmmiObject; 00014 00017 struct rpmmiObject_s { 00018 PyObject_HEAD 00019 PyObject *md_dict; 00020 rpmmi mi; 00021 } ; 00022 00025 /*@unchecked@*/ 00026 extern PyTypeObject rpmmi_Type; 00027 00028 #ifdef __cplusplus 00029 extern "C" { 00030 #endif 00031 00034 /*@null@*/ 00035 rpmmiObject * rpmmi_Wrap(rpmmi mi) 00036 /*@*/; 00037 00038 #ifdef __cplusplus 00039 } 00040 #endif 00041 00044 #endif