rpm  5.4.10
rpmfi-rb.h
Go to the documentation of this file.
1 #ifndef H_RPMFI_RB
2 #define H_RPMFI_RB
3 
10 #include "system.h"
11 
12 
13 extern VALUE rpmfiClass;
14 
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 
21 extern void
22 Init_rpmfi(void);
23 
24 
25 extern VALUE
26 rpmrb_NewFi(void *_fi);
27 
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif /* H_RPMFI_RB */
void Init_rpmfi(void)
Definition: rpmfi-rb.c:370
VALUE rpmrb_NewFi(void *_fi)
Definition: rpmfi-rb.c:384
VALUE rpmfiClass
Definition: rpmfi-rb.c:26
#define _fi(_a)
Definition: psm.h:30