summaryrefslogtreecommitdiff
path: root/src/policydb_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/policydb_internal.h')
-rw-r--r--src/policydb_internal.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/policydb_internal.h b/src/policydb_internal.h
new file mode 100644
index 0000000..8a31506
--- /dev/null
+++ b/src/policydb_internal.h
@@ -0,0 +1,10 @@
+#ifndef _SEPOL_POLICYDB_INTERNAL_H_
+#define _SEPOL_POLICYDB_INTERNAL_H_
+
+#include <sepol/policydb.h>
+#include "dso.h"
+
+hidden_proto(sepol_policydb_create)
+ hidden_proto(sepol_policydb_free)
+extern char *policydb_target_strings[];
+#endif