rpm  5.4.14
rpmmi-rb.h
Go to the documentation of this file.
1 #ifndef H_RPMMI_RB
2 #define H_RPMMI_RB
3 
8 #include "rpm-rb.h"
9 
10 extern VALUE rpmmiClass;
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 extern void
17 Init_rpmmi(void);
18 
19 extern VALUE
20 rpmrb_NewMi(void * _ts, int _tag, void * _key, int _len);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif /* H_RPMMI_RB */
VALUE rpmmiClass
Definition: rpmmi-rb.c:23
void Init_rpmmi(void)
Definition: rpmmi-rb.c:155
repo _ts
Definition: rpmrepo.c:164
Definition: rpmmtree.c:326
RPM Ruby bindings "RPM" module.
VALUE rpmrb_NewMi(void *_ts, int _tag, void *_key, int _len)
Definition: rpmmi-rb.c:167