chiark / gitweb /
core: introduce exit_status_set_is_empty() to make things a bit easier to read
[elogind.git] / src / shared / fileio-label.h
index cc5ce347083cc556a6eb0aa7cd20df5dc5460315..fce4fe0d73eb12045b17310e95139cb86bae21c4 100644 (file)
@@ -25,5 +25,5 @@
 #include <stdio.h>
 #include "fileio.h"
 
-int write_one_line_file_atomic_label(const char *fn, const char *line);
+int write_string_file_atomic_label(const char *fn, const char *line);
 int write_env_file_label(const char *fname, char **l);