rpm  4.5
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;
20  PyObject *ref;
22 } ;
23 
26 /*@unchecked@*/
27 extern PyTypeObject rpmmi_Type;
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
35 /*@null@*/
36 rpmmiObject * rpmmi_Wrap(rpmdbMatchIterator mi, PyObject *s)
37  /*@*/;
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
45 #endif