mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-24 23:12:05 +00:00
6 lines
125 B
C
6 lines
125 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
#include <sepol/policydb/policydb.h>
|
||
|
|
||
|
int sepol_kernel_policydb_to_cil(FILE *fp, struct policydb *pdb);
|