summaryrefslogtreecommitdiff
path: root/src/common/io.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-05-07 22:00:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-05-07 22:00:27 (GMT)
commit28e53c2498903090182ebeb128347fcd92896cd9 (patch)
tree0a42fab69404d507b7378e4004228b57fff7c4ce /src/common/io.h
parent69f08c8dddca6b31b4b3c334246dbbbdcf501701 (diff)
Appended a suffix to temporary files.
Diffstat (limited to 'src/common/io.h')
-rw-r--r--src/common/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/io.h b/src/common/io.h
index f6b7e51..b4e2211 100644
--- a/src/common/io.h
+++ b/src/common/io.h
@@ -51,7 +51,7 @@ bool safe_send(int, const void *, size_t, int);
int ensure_path_exists(const char *);
/* Met en place un fichier temporaire. */
-int make_tmp_file(const char *, char **);
+int make_tmp_file(const char *, const char *, char **);
/* Met en place un canal UNIX temporaire. */
bool build_tmp_socket(const char *, struct sockaddr_un *);