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, 2 insertions, 0 deletions
diff --git a/src/shared/fileio-label.h b/src/shared/fileio-label.h
index fce4fe0d73..25fa351be2 100644
--- a/src/shared/fileio-label.h
+++ b/src/shared/fileio-label.h
@@ -27,3 +27,5 @@
int write_string_file_atomic_label(const char *fn, const char *line);
int write_env_file_label(const char *fname, char **l);
+int fopen_temporary_label(const char *target,
+ const char *path, FILE **f, char **temp_path);