rpm  5.4.10
package-rb.h
Go to the documentation of this file.
1 
11 #ifndef _H_PACKAGE_RB_
12 #define _H_PACKAGE_RB_
13 
14 
15 #include "rpm-rb.h"
16 
17 
32 extern VALUE packageClass;
33 
34 
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38 
39 
46 void
47 Init_Package(void);
48 
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 
55 #endif /* #ifndef _H_PACKAGE_RB_ */