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

python/rpmfd-py.h

Go to the documentation of this file.
00001 #ifndef H_RPMFD_PY
00002 #define H_RPMFD_PY
00003 
00008 typedef struct rpmfdObject_s {
00009     PyObject_HEAD
00010     PyObject *md_dict;          
00011     FD_t        fd;
00012 } rpmfdObject;
00013 
00014 /*@unchecked@*/
00015 extern PyTypeObject rpmfd_Type;
00016 
00017 rpmfdObject * rpmfd_Wrap(FD_t fd)
00018         /*@*/;
00019 
00020 #endif

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