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 Sun Oct 26 13:02:02 2003 for rpm by doxygen1.2.18