diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-26 12:38:38 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-26 12:38:38 -0400 |
commit | 915508d0d3989b8945a8dc54d585e4eb2aa0324a (patch) | |
tree | 6b623a37eb9ab33b07d7a789eccf785c5eb017fa /src/shared/label.h | |
parent | 1040c8000f851b93ed77719752575f8b0c25a88a (diff) |
src/shared/mkdir-label.c: move and rename mkdir_label()
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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); |