rpm  4.5
rpmps-py.h
Go to the documentation of this file.
1 #ifndef H_RPMPS_PY
2 #define H_RPMPS_PY
3 
4 #include "rpmps.h"
5 
12 
15 typedef struct rpmpsObject_s {
16  PyObject_HEAD
17  PyObject *md_dict;
18  int active;
19  int ix;
20 /*@relnull@*/
22 } rpmpsObject;
23 
26 /*@unchecked@*/
27 extern PyTypeObject rpmps_Type;
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
35 /*@null@*/
37  /*@*/;
38 
41 /*@null@*/
43  /*@*/;
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
51 #endif