X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Ffileio-label.h;h=fce4fe0d73eb12045b17310e95139cb86bae21c4;hp=cc5ce347083cc556a6eb0aa7cd20df5dc5460315;hb=a1937e679f76758635d295287398abe526de2522;hpb=a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7 diff --git a/src/shared/fileio-label.h b/src/shared/fileio-label.h index cc5ce3470..fce4fe0d7 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);