Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

python/rpmal-py.h

Go to the documentation of this file.
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

Generated on Wed Oct 29 05:54:58 2008 for rpm by  doxygen 1.4.4