rpm
5.2.1
|
00001 #ifndef H_RPMFD_PY 00002 #define H_RPMFD_PY 00003 00010 00013 typedef struct rpmfdObject_s { 00014 PyObject_HEAD 00015 PyObject *md_dict; 00016 /*@relnull@*/ 00017 FD_t fd; 00018 } rpmfdObject; 00019 00022 /*@unchecked@*/ 00023 extern PyTypeObject rpmfd_Type; 00024 00025 #ifdef __cplusplus 00026 extern "C" { 00027 #endif 00028 00031 /*@null@*/ 00032 rpmfdObject * rpmfd_Wrap(FD_t fd) 00033 /*@*/; 00034 00035 #ifdef __cplusplus 00036 } 00037 #endif 00038 00041 #endif