rpm  5.4.4
ruby/rpm-rb.h
Go to the documentation of this file.
00001 #ifndef H_RPM_RB
00002 #define H_RPM_RB
00003 
00012 #include "system.h"
00013 
00014 #include <rpmiotypes.h> 
00015 
00016 #include <rpmtypes.h>
00017 #include <rpmtag.h>
00018 
00019 
00023 extern VALUE rpmModule;
00024 
00025 
00026 #ifdef __cplusplus
00027 extern "C" {
00028 #endif
00029 
00030 
00034 void Init_rpm(void);
00035 
00036 
00043 void rpm_rb_raise(rpmRC error, char *message);
00044 
00045 
00046 #ifdef __cplusplus      
00047 }
00048 #endif
00049 
00050 #endif  /* H_RPM_RB */