1*e4a36f41SAndroid Build Coastguard Worker #ifndef BOOLEANS_H 2*e4a36f41SAndroid Build Coastguard Worker #define BOOLEANS_H 3*e4a36f41SAndroid Build Coastguard Worker 4*e4a36f41SAndroid Build Coastguard Worker #include <sepol/policydb/policydb.h> 5*e4a36f41SAndroid Build Coastguard Worker 6*e4a36f41SAndroid Build Coastguard Worker #include "utils.h" 7*e4a36f41SAndroid Build Coastguard Worker 8*e4a36f41SAndroid Build Coastguard Worker void booleans_usage(void); 9*e4a36f41SAndroid Build Coastguard Worker int booleans_func(int argc, char **argv, policydb_t *policydb); 10*e4a36f41SAndroid Build Coastguard Worker 11*e4a36f41SAndroid Build Coastguard Worker #endif /* BOOLEANS_H */ 12