1 #include <stdlib.h>
2 
3 #include <sepol/policydb/policydb.h>
4 
5 int sepol_kernel_policydb_to_cil(FILE *fp, struct policydb *pdb);
6