rpm  5.4.4
ruby/package-rb.h
Go to the documentation of this file.
00001 
00011 #ifndef _H_PACKAGE_RB_
00012 #define _H_PACKAGE_RB_
00013 
00014 
00015 #include "rpm-rb.h"
00016 
00017 
00032 extern VALUE packageClass;
00033 
00034 
00035 #ifdef __cplusplus
00036 extern "C" {
00037 #endif
00038 
00039 
00046 void
00047 Init_Package(void);
00048 
00049 
00050 #ifdef __cplusplus
00051 }
00052 #endif
00053 
00054 
00055 #endif /* #ifndef _H_PACKAGE_RB_ */