chiark / gitweb /
time-util: when formatting usec_t as raw integers use PRIu64
[elogind.git] / src / basic / mount-util.h
index 57cfc3628f46687bcbddb19b76c7c14e61fcbf94..deaa77950e50273b9e29003d64f7c92a1ddc6c7f 100644 (file)
@@ -69,4 +69,4 @@ 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);
+int mount_propagation_flags_from_string(const char *name, unsigned long *ret);