rpm  5.4.4
ruby/spec-rb.h
Go to the documentation of this file.
00001 
00008 #ifndef H_SPEC_RB
00009 #define H_SPEC_RB
00010 
00011 
00012 #include "system.h"
00013 
00014 #define _RPMTS_INTERNAL
00015 #define _RPMFI_INTERNAL
00016 #include <rpmtag.h>
00017 #include <rpmtypes.h>
00018 #include <rpmio.h>
00019 #include <rpmspec.h>
00020 
00021 
00033 extern VALUE specClass;
00034 
00035 
00036 #ifdef __cplusplus
00037 extern "C" {
00038 #endif
00039 
00040 
00044 VALUE
00045 spec_wrap(Spec spec);
00046 
00047 
00051 void Init_spec(void);
00052 
00053 
00054 #ifdef __cplusplus
00055 }
00056 #endif
00057 
00058 #endif /* ifndef H_SPEC_RB */
00059