summaryrefslogtreecommitdiff
path: root/src/shared/smack-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/smack-util.h')
-rw-r--r--src/shared/smack-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/smack-util.h b/src/shared/smack-util.h
index fe624f5f46..3dc28dd727 100644
--- a/src/shared/smack-util.h
+++ b/src/shared/smack-util.h
@@ -30,7 +30,7 @@
bool mac_smack_use(void);
-int mac_smack_fix(const char *path);
+int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
int mac_smack_apply(const char *path, const char *label);
int mac_smack_apply_fd(int fd, const char *label);