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     rpmte       te;
00013 } rpmteObject;
00014 
00015 /*@unchecked@*/
00016 extern PyTypeObject rpmte_Type;
00017 
00018 rpmteObject * rpmte_Wrap(rpmte te)
00019         /*@*/;
00020 
00021 #endif

Generated on Tue Sep 17 15:59:55 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002