rpm  4.5
rpmfd-py.h
Go to the documentation of this file.
1 #ifndef H_RPMFD_PY
2 #define H_RPMFD_PY
3 
10 
13 typedef struct rpmfdObject_s {
14  PyObject_HEAD
15  PyObject *md_dict;
16 /*@relnull@*/
18 } rpmfdObject;
19 
22 /*@unchecked@*/
23 extern PyTypeObject rpmfd_Type;
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
31 /*@null@*/
33  /*@*/;
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
41 #endif