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 Jan 2 18:59:04 2005 for rpm by doxygen 1.3.5