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 
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 rpmalObject * rpmal_Wrap(rpmal al)
00020         /*@*/;
00021 
00022 #endif

Generated on Tue Jun 12 18:41:34 2007 for rpm by doxygen 1.3.5