rpm  5.4.14
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
struct rpmfdObject_s rpmfdObject
The FD_t File Handle data structure.
node fd
Definition: rpmfd-py.c:124
PyTypeObject rpmfd_Type
Definition: rpmfd-py.c:294
rpmfdObject * rpmfd_Wrap(FD_t fd)
Definition: rpmfd-py.c:342
PyObject_HEAD PyObject * md_dict
Definition: rpmfd-py.h:15