rpm 5.3.7
|
00001 #ifndef H_RPMAL_PY 00002 #define H_RPMAL_PY 00003 00004 #include "rpmal.h" 00005 00012 00015 typedef struct rpmalObject_s { 00016 PyObject_HEAD 00017 PyObject *md_dict; 00018 rpmal al; 00019 } rpmalObject; 00020 00023 /*@unchecked@*/ 00024 extern PyTypeObject rpmal_Type; 00025 00026 #ifdef __cplusplus 00027 extern "C" { 00028 #endif 00029 00032 /*@null@*/ 00033 rpmalObject * rpmal_Wrap(rpmal al) 00034 /*@*/; 00035 00036 #ifdef __cplusplus 00037 } 00038 #endif 00039 00042 #endif