rpm
5.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
python
rpmfd-py.h
Go to the documentation of this file.
1
#ifndef H_RPMFD_PY
2
#define H_RPMFD_PY
3
10
13
typedef
struct
rpmfdObject_s
{
14
PyObject_HEAD
15
PyObject *
md_dict
;
16
/*@relnull@*/
17
FD_t
fd
;
18
}
rpmfdObject
;
19
22
/*@unchecked@*/
23
extern
PyTypeObject
rpmfd_Type
;
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
31
/*@null@*/
32
rpmfdObject
*
rpmfd_Wrap
(
FD_t
fd)
33
/*@*/
;
34
35
#ifdef __cplusplus
36
}
37
#endif
38
41
#endif
Generated on Wed Apr 17 2013 15:35:08 for rpm by
1.8.3.1