rpm  5.4.10
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 */