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 /*@relnull@*/
00012     FD_t        fd;
00013 } rpmfdObject;
00014 
00015 /*@unchecked@*/
00016 extern PyTypeObject rpmfd_Type;
00017 
00018 /*@null@*/
00019 rpmfdObject * rpmfd_Wrap(FD_t fd)
00020         /*@*/;
00021 
00022 #endif

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