summaryrefslogtreecommitdiff
path: root/src/shared/fileio-label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/fileio-label.h')
-rw-r--r--src/shared/fileio-label.h2
1 files changed, 1 insertions, 1 deletions
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 <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);