Home | History | Annotate | Download | only in sepolicy-analyze
      1 #ifndef TYPECMP_H
      2 #define TYPECMP_H
      3 
      4 #include <sepol/policydb/policydb.h>
      5 
      6 #include "utils.h"
      7 
      8 void typecmp_usage(void);
      9 int typecmp_func(int argc, char **argv, policydb_t *policydb);
     10 
     11 #endif /* TYPECMP_H */
     12