python/rpmps-py.h

Go to the documentation of this file.
00001 #ifndef H_RPMPS_PY
00002 #define H_RPMPS_PY
00003 
00004 #include "rpmps.h"
00005 
00012 typedef struct rpmpsObject_s {
00013     PyObject_HEAD
00014     PyObject *md_dict;          
00015     int         active;
00016     int         ix;
00017 /*@relnull@*/
00018     rpmps       ps;
00019 } rpmpsObject;
00020 
00023 /*@unchecked@*/
00024 extern PyTypeObject rpmps_Type;
00025 
00028 /*@null@*/
00029 rpmps psFromPs(rpmpsObject * ps)
00030         /*@*/;
00031 
00034 /*@null@*/
00035 rpmpsObject * rpmps_Wrap(rpmps ps)
00036         /*@*/;
00037 
00038 #endif

Generated on Mon Mar 5 14:30:15 2007 for rpm by  doxygen 1.5.1