rpm
5.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
python
spec-py.h
Go to the documentation of this file.
1
#ifndef H_SPEC_PY
2
#define H_SPEC_PY
3
4
#include <
rpmbuild.h
>
5
12
typedef
struct
specObject_s
{
13
PyObject_HEAD
14
/*type specific fields */
15
/*@null@*/
16
Spec
spec
;
17
}
specObject
;
18
21
/*@unchecked@*/
22
extern
PyTypeObject
spec_Type
;
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
30
/*@null@*/
31
Spec
specFromSpec
(
specObject
* spec)
32
/*@*/
;
33
36
/*@null@*/
37
specObject
*
spec_Wrap
(
Spec
spec)
38
/*@*/
;
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
#endif
/* H_SPEC_PY */
Generated on Thu Oct 3 2013 08:41:38 for rpm by
1.8.3.1