diff options
Diffstat (limited to 'src/shared/label.h')
-rw-r--r-- | src/shared/label.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/label.h b/src/shared/label.h index ba1e2559e9..f8fd69411f 100644 --- a/src/shared/label.h +++ b/src/shared/label.h @@ -24,4 +24,5 @@ int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs); +int mkdir_label(const char *path, mode_t mode); int symlink_label(const char *old_path, const char *new_path); |