rpm
5.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
python
rpmps-py.h
Go to the documentation of this file.
1
#ifndef H_RPMPS_PY
2
#define H_RPMPS_PY
3
4
#include "
rpmps.h
"
5
12
15
typedef
struct
rpmpsObject_s
{
16
PyObject_HEAD
17
PyObject *
md_dict
;
18
/*@relnull@*/
19
rpmps
ps
;
20
/*@relnull@*/
21
rpmpsi
psi
;
22
}
rpmpsObject
;
23
26
/*@unchecked@*/
27
extern
PyTypeObject
rpmps_Type
;
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
35
/*@null@*/
36
rpmps
psFromPs
(
rpmpsObject
* ps)
37
/*@*/
;
38
41
/*@null@*/
42
rpmpsObject
*
rpmps_Wrap
(
rpmps
ps)
43
/*@*/
;
44
45
#ifdef __cplusplus
46
}
47
#endif
48
51
#endif
Generated on Mon Sep 30 2013 11:49:08 for rpm by
1.8.3.1