chiark / gitweb /
Prep v231: Apply missing fixes from upstream (1/6) src/basic
[elogind.git] / src / basic / fileio.h
index 3c7b9c85b0b132b6053c9e8bb7fc43e2917b4a8c..2469b4ca4d9fff3b78577c73d06015806c6fbbd2 100644 (file)
@@ -92,3 +92,5 @@ int open_tmpfile_linkable(const char *target, int flags, char **ret_path);
 
 int link_tmpfile(int fd, const char *path, const char *target);
 #endif // 0
+
+int read_nul_string(FILE *f, char **ret);