rpm  5.4.10
rpmte-rb.h
Go to the documentation of this file.
1 #ifndef H_RPMTE_RB
2 #define H_RPMTE_RB
3 
10 #include "system.h"
11 
12 
13 extern VALUE rpmteClass;
14 
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 
21 void
22 Init_rpmte(void);
23 
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
29 #endif /* H_RPMTE_RB */
void Init_rpmte(void)
Definition: rpmte-rb.c:149
VALUE rpmteClass
Definition: rpmte-rb.c:24