chiark / gitweb /
tmpfiles: add new "L+" command as stronger version of "L", that removes the destinati...
[elogind.git] / src / shared / util.h
index 0f8c39335334f8cf458b00def6207bef59fdb5e9..e8552410c06114377232191b1155090083be117d 100644 (file)
@@ -946,3 +946,8 @@ 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);
+
+char *tempfn_xxxxxx(const char *p);
+char *tempfn_random(const char *p);