chiark / gitweb /
sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from static...
[elogind.git] / src / shared / util.h
index 0f8c39335334f8cf458b00def6207bef59fdb5e9..1796014f266ebbbd7bd3cd80f3a27fe0d5853a37 100644 (file)
@@ -946,3 +946,5 @@ int update_reboot_param_file(const char *param);
 int umount_recursive(const char *target, int flags);
 
 int bind_remount_recursive(const char *prefix, bool ro);
+
+int fflush_and_check(FILE *f);