From 574d5f2dfc25226afc718aa5ba1a145fe5cad221 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Apr 2013 20:31:42 +0200 Subject: util: rename write_one_line_file() to write_string_file() You can write much more than just one line with this call (and we frequently do), so let's correct the naming. --- src/shared/fileio-label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/fileio-label.h') diff --git a/src/shared/fileio-label.h b/src/shared/fileio-label.h index cc5ce34708..fce4fe0d73 100644 --- a/src/shared/fileio-label.h +++ b/src/shared/fileio-label.h @@ -25,5 +25,5 @@ #include #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); -- cgit v1.2.3-54-g00ecf