aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sepolicy-analyze/booleans.h
blob: bfbe0e12522f1300fb9411f0cccc63e7f0d542b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef BOOLEANS_H
#define BOOLEANS_H

#include <sepol/policydb/policydb.h>

#include "utils.h"

void booleans_usage(void);
int booleans_func(int argc, char **argv, policydb_t *policydb);

#endif /* BOOLEANS_H */