rpm
5.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
python
rpmmi-py.h
Go to the documentation of this file.
1
#ifndef H_RPMMI_PY
2
#define H_RPMMI_PY
3
10
13
typedef
struct
rpmmiObject_s
rpmmiObject
;
14
17
struct
rpmmiObject_s
{
18
PyObject_HEAD
19
PyObject *
md_dict
;
20
rpmmi
mi
;
21
} ;
22
25
/*@unchecked@*/
26
extern
PyTypeObject
rpmmi_Type
;
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
34
/*@null@*/
35
rpmmiObject
*
rpmmi_Wrap
(
rpmmi
mi)
36
/*@*/
;
37
38
#ifdef __cplusplus
39
}
40
#endif
41
44
#endif
Generated on Thu Sep 26 2013 19:13:38 for rpm by
1.8.3.1