rpm  4.15.1
rpmpol.h
Go to the documentation of this file.
1 #ifndef H_RPMPOL
2 #define H_RPMPOL
3 
9 #include <rpm/rpmtypes.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
17  RPMPOL_FLAG_BASE = (1 << 0)
18 };
19 
21 
22 #define RPMPOL_TYPE_DEFAULT "default"
23 
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 #endif /* H_rpmpol */
rpmFlags rpmpolFlags
Definition: rpmpol.h:20
rpmpolFlags_e
Definition: rpmpol.h:15
uint32_t rpmFlags
Definition: rpmtypes.h:42