diff options
Diffstat (limited to 'src/shared/label.h')
-rw-r--r-- | src/shared/label.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/label.h b/src/shared/label.h index 72d455d6fb..ba1e2559e9 100644 --- a/src/shared/label.h +++ b/src/shared/label.h @@ -23,3 +23,5 @@ #include "smack-util.h" int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs); + +int symlink_label(const char *old_path, const char *new_path); |