chiark / gitweb /
Remove utmp stuff that has found it's way back in.
[elogind.git] / src / basic / fileio.h
index 1fdad924ed1b0054d40a2cc24a868e4adb3c9b0a..edae438e4fc973f1ad6e9bb48a41be3f0fa2513f 100644 (file)
@@ -38,7 +38,7 @@ int read_one_line_file(const char *fn, char **line);
 int read_full_file(const char *fn, char **contents, size_t *size);
 int read_full_stream(FILE *f, char **contents, size_t *size);
 
-int verify_one_line_file(const char *fn, const char *line);
+// UNNEEDED int verify_one_line_file(const char *fn, const char *line);
 
 int parse_env_file(const char *fname, const char *separator, ...) _sentinel_;
 int load_env_file(FILE *f, const char *fname, const char *separator, char ***l);