summaryrefslogtreecommitdiff
path: root/src/include/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/lib.h')
-rw-r--r--src/include/lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/lib.h b/src/include/lib.h
index c424b8e8..6eb67952 100644
--- a/src/include/lib.h
+++ b/src/include/lib.h
@@ -43,6 +43,8 @@ int is_prime(unsigned);
#include <strings.h>
#endif
+int mksdir(char *tmpl);
+
FILE *xtmpfile(char **namep = 0,
const char *postfix_long = 0, const char *postfix_short = 0,
int do_unlink = 1);