summaryrefslogtreecommitdiff
path: root/lib/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/prototypes.h')
-rw-r--r--lib/prototypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/prototypes.h b/lib/prototypes.h
index 24825f60..22603b98 100644
--- a/lib/prototypes.h
+++ b/lib/prototypes.h
@@ -336,6 +336,7 @@ extern /*@observer@*/const char *crypt_make_salt (/*@null@*//*@observer@*/const
#ifdef WITH_SELINUX
extern int set_selinux_file_context (const char *dst_name);
extern int reset_selinux_file_context (void);
+extern int check_selinux_permit (const char *perm_name);
#endif
/* semanage.c */