rpm  4.9.1.3
rpmpol.h
Go to the documentation of this file.
00001 #ifndef H_RPMPOL
00002 #define H_RPMPOL
00003 
00009 #include <rpm/rpmtypes.h>
00010 
00011 #ifdef __cplusplus
00012 extern "C" {
00013 #endif
00014 
00015 enum rpmpolFlags_e {
00016         RPMPOL_FLAG_NONE = 0,
00017         RPMPOL_FLAG_BASE = (1 << 0)
00018 };
00019 
00020 typedef rpmFlags rpmpolFlags;
00021 
00022 #define RPMPOL_TYPE_DEFAULT "default"
00023 
00024 
00025 #ifdef __cplusplus
00026 }
00027 #endif
00028 #endif                          /* H_rpmpol */