rpm  5.4.15
rpmts-rb.h
Go to the documentation of this file.
1 #ifndef H_RPMTS_RB
2 #define H_RPMTS_RB
3 
12 #include "system.h"
13 
14 
18 extern VALUE rpmtsClass;
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 
25 void Init_rpmts(void);
26 
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 
32 #endif /* H_RPMTS_RB */
VALUE rpmtsClass
Consitutes the RPM::Ts class, binding to RPM's TransactionSet API.
Definition: rpmts-rb.c:25
void Init_rpmts(void)
Definition: rpmts-rb.c:349