chiark / gitweb /
label: unify code to make directories, symlinks
[elogind.git] / src / shared / label.h
index 1859f843dc29077848b2d8caf3bf8533af4f7097..3428a8bb7a4a50ec7b99524528c9d3f6c92d53d8 100644 (file)
@@ -25,3 +25,6 @@
 #include "smack-util.h"
 
 int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
 #include "smack-util.h"
 
 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);