chiark / gitweb /
machined: add early checks for unrealistically large image/pool sizes
[elogind.git] / src / basic / label.h
index 455a729ea7256ba0eb73ae4699a569c36a22d9c6..cff97476ea19eef16166e316b95fcc59a6e4cce4 100644 (file)
@@ -27,4 +27,6 @@
 int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
 
 int mkdir_label(const char *path, mode_t mode);
-// UNNEEDED int symlink_label(const char *old_path, const char *new_path);
+#if 0 /// UNNEEDED by elogind
+int symlink_label(const char *old_path, const char *new_path);
+#endif // 0