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

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 
00010 typedef struct rpmalObject_s {
00011     PyObject_HEAD
00012     PyObject *md_dict;          
00013     rpmal       al;
00014 } rpmalObject;
00015 
00016 /*@unchecked@*/
00017 extern PyTypeObject rpmal_Type;
00018 
00019 /*@null@*/
00020 rpmalObject * rpmal_Wrap(rpmal al)
00021         /*@*/;
00022 
00023 #endif

Generated on Mon Aug 14 00:17:27 2006 for rpm by  doxygen 1.3.9.1