rpm  5.4.14
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_ */
void Init_Package(void)
Creates a new RPM::Package instance.
Definition: package-rb.c:46
RPM Ruby bindings "RPM" module.
VALUE packageClass
RPM::Package class that represents a package during build.
Definition: package-rb.c:22