Sign in
android
/
platform
/
system
/
sepolicy
/
f78629f7b4dc0e45f964b2cdb3b6f652955987c4
/
.
/
tools
/
sepolicy-analyze
/
dups.h
blob: 0e77224a4f7e64e1b6ee5a4bc4b464bd27ac6a8c [
file
] [
log
] [
blame
]
#ifndef
DUPS_H
#define
DUPS_H
#include
<sepol/policydb/policydb.h>
#include
"utils.h"
void
dups_usage
(
void
);
int
dups_func
(
int
argc
,
char
**
argv
,
policydb_t
*
policydb
);
#endif
/* DUPS_H */