chiark / gitweb /
core: hook up MountFlags= to the transient unit logic
[elogind.git] / src / basic / mount-util.h
index ea887e162f49dc9b1c09adec480fc76da8da8977..57cfc3628f46687bcbddb19b76c7c14e61fcbf94 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);
+unsigned long mount_propagation_flags_from_string(const char *name);