Sign in
android
/
platform
/
system
/
sepolicy
/
cc32f9fe84a2b088192d1166d1f610fc181f029f
/
.
/
tools
/
sepolicy-analyze
/
booleans.h
blob: bfbe0e12522f1300fb9411f0cccc63e7f0d542b4 [
file
] [
log
] [
blame
]
#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 */