summaryrefslogtreecommitdiffstats
path: root/include/fileutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fileutils.h')
-rw-r--r--include/fileutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fileutils.h b/include/fileutils.h
index ba8da7fe6..79dd01237 100644
--- a/include/fileutils.h
+++ b/include/fileutils.h
@@ -8,6 +8,8 @@
#include "c.h"
+extern int mkstemp_cloexec(char *template);
+
extern int xmkstemp(char **tmpname, const char *dir, const char *prefix);
static inline FILE *xfmkstemp(char **tmpname, const char *dir, const char *prefix)