rpm  5.4.10
rpmmi-py.h
Go to the documentation of this file.
1 #ifndef H_RPMMI_PY
2 #define H_RPMMI_PY
3 
10 
13 typedef struct rpmmiObject_s rpmmiObject;
14 
17 struct rpmmiObject_s {
18  PyObject_HEAD
19  PyObject *md_dict;
21 } ;
22 
25 /*@unchecked@*/
26 extern PyTypeObject rpmmi_Type;
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
34 /*@null@*/
36  /*@*/;
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
44 #endif