python/spec-py.h

Go to the documentation of this file.
00001 #ifndef RPMPYTHON_SPEC
00002 #define RPMPYTHON_SPEC
00003 
00004 #include <rpmbuild.h>
00005 
00010 typedef struct specObject_s {
00011     PyObject_HEAD
00012     /*type specific fields */
00013 /*@null@*/
00014     Spec spec;
00015 } specObject;
00016 
00017 extern PyTypeObject spec_Type;
00018 
00021 /*@null@*/
00022 Spec specFromSpec(specObject * spec)
00023 /*@*/;
00024 
00027 /*@null@*/
00028 specObject * spec_Wrap(Spec spec)
00029 /*@*/;
00030 
00031 #endif /* RPMPYTHON_SPEC */

Generated on Tue Feb 19 23:28:16 2008 for rpm by  doxygen 1.5.1