rpm  4.18.0
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 */
uint32_t rpmFlags
Definition: rpmtypes.h:42
rpmpolFlags_e
Definition: rpmpol.h:15
@ RPMPOL_FLAG_BASE
Definition: rpmpol.h:17
@ RPMPOL_FLAG_NONE
Definition: rpmpol.h:16
rpmFlags rpmpolFlags
Definition: rpmpol.h:20
Typedefs for RPM abstract data types.