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

Generated on Wed Sep 4 12:49:54 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002