rpm
5.2.1
|
00001 #ifndef H_RPMTE_PY 00002 #define H_RPMTE_PY 00003 00004 #include "rpmte.h" 00005 00012 00015 typedef struct rpmteObject_s { 00016 PyObject_HEAD 00017 PyObject *md_dict; 00018 rpmte te; 00019 } rpmteObject; 00020 00023 /*@unchecked@*/ 00024 extern PyTypeObject rpmte_Type; 00025 00026 #ifdef __cplusplus 00027 extern "C" { 00028 #endif 00029 00032 /*@null@*/ 00033 rpmteObject * rpmte_Wrap(rpmte te) 00034 /*@*/; 00035 00036 #ifdef __cplusplus 00037 } 00038 #endif 00039 00042 #endif