From 15226db1053b0d24d9e76064d386df57b7442519 Mon Sep 17 00:00:00 2001 From: Deian Stefan Date: Thu, 5 Jan 2012 19:38:13 -0800 Subject: mkstemps --- include/HsUnix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/HsUnix.h b/include/HsUnix.h index eecbfe8..7cee73a 100644 --- a/include/HsUnix.h +++ b/include/HsUnix.h @@ -175,6 +175,7 @@ int __hsunix_push_module(int fd, const char *module); #if !defined(__MINGW32__) int __hscore_mkstemp(char *filetemplate); +int __hscore_mkstemps(char *filetemplate, int suffixlen); char *__hscore_mkdtemp(char *filetemplate); #endif -- cgit v1.2.3