rpm  5.4.15
rpmds-rb.h
Go to the documentation of this file.
1 #ifndef H_RPMDS_RB
2 #define H_RPMDS_RB
3 
8 #include "rpm-rb.h"
9 
10 extern VALUE rpmdsClass;
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 extern void
17 Init_rpmds(void);
18 
19 extern VALUE
20 rpmrb_NewDs(void *_ds);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif /* H_RPMDS_RB */
VALUE rpmdsClass
Definition: rpmds-rb.c:26
RPM Ruby bindings "RPM" module.
void Init_rpmds(void)
Definition: rpmds-rb.c:261
VALUE rpmrb_NewDs(void *_ds)
Definition: rpmds-rb.c:275