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