summaryrefslogtreecommitdiff
path: root/src/shared/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/label.h')
-rw-r--r--src/shared/label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/label.h b/src/shared/label.h
index dda4d1c024..09e15e3c08 100644
--- a/src/shared/label.h
+++ b/src/shared/label.h
@@ -40,7 +40,7 @@ void label_free(const char *label);
int label_get_create_label_from_exe(const char *exe, char **label);
-int label_mkdir(const char *path, mode_t mode, bool apply);
+int label_mkdir(const char *path, mode_t mode);
void label_retest_selinux(void);