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

Generated on Fri Oct 12 08:44:54 2007 for rpm by  doxygen 1.5.2