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

python/rpmte-py.h

Go to the documentation of this file.
00001 #ifndef H_RPMTE_PY
00002 #define H_RPMTE_PY
00003 
00004 #include "rpmte.h"
00005 
00010 typedef struct rpmteObject_s {
00011     PyObject_HEAD
00012     PyObject *md_dict;          
00013     rpmte       te;
00014 } rpmteObject;
00015 
00016 /*@unchecked@*/
00017 extern PyTypeObject rpmte_Type;
00018 
00019 rpmteObject * rpmte_Wrap(rpmte te)
00020         /*@*/;
00021 
00022 #endif

Generated on Sun Oct 26 13:02:02 2003 for rpm by doxygen1.2.18