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