rpm  5.4.10
rpmhdr-rb.h
Go to the documentation of this file.
1 #ifndef H_RPMHDR_RB
2 #define H_RPMHDR_RB
3 
8 #include "rpm-rb.h"
9 
10 extern VALUE rpmhdrClass;
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 extern void
17 Init_rpmhdr(void);
18 
19 extern VALUE
20 rpmrb_NewHdr(void *_h);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif /* H_RPMHDR_RB */