rpm
5.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
python
rpmte-py.h
Go to the documentation of this file.
1
#ifndef H_RPMTE_PY
2
#define H_RPMTE_PY
3
4
#include "
rpmte.h
"
5
12
15
typedef
struct
rpmteObject_s
{
16
PyObject_HEAD
17
PyObject *
md_dict
;
18
rpmte
te
;
19
}
rpmteObject
;
20
23
/*@unchecked@*/
24
extern
PyTypeObject
rpmte_Type
;
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
32
/*@null@*/
33
rpmteObject
*
rpmte_Wrap
(
rpmte
te)
34
/*@*/
;
35
36
#ifdef __cplusplus
37
}
38
#endif
39
42
#endif
Generated on Sat Sep 28 2013 11:29:10 for rpm by
1.8.3.1