summaryrefslogtreecommitdiff
path: root/src/shared/label.h
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-10-26 12:08:16 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-10-26 12:08:16 -0400
commit1040c8000f851b93ed77719752575f8b0c25a88a (patch)
tree4da88104c88dbed073b8902ab2d955358787c47f /src/shared/label.h
parent0b786cdba28e6f0db7a86077a77fa3a06fcc3bf9 (diff)
src/shared/label.c: move and rename symlink_label()
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/shared/label.h')
-rw-r--r--src/shared/label.h2
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);