chiark / gitweb /
Prep v233: Unmask now needed functions in src/basic
[elogind.git] / src / basic / mount-util.h
index ea887e162f49dc9b1c09adec480fc76da8da8977..deaa77950e50273b9e29003d64f7c92a1ddc6c7f 100644 (file)
@@ -67,3 +67,6 @@ int mount_verbose(
                 const char *options);
 int umount_verbose(const char *where);
 #endif // 0
+
+const char *mount_propagation_flags_to_string(unsigned long flags);
+int mount_propagation_flags_from_string(const char *name, unsigned long *ret);