]> code.citadel.org Git - citadel.git/blobdiff - citadel/tools.h
* Eliminated the use of tmpnam() to shut up the compiler warnings.
[citadel.git] / citadel / tools.h
index 41bfb94073db9815caacdd18af65d843a1108a39..01c196b2b3f36ad9d0d8f45e5757c2ecde2884dd 100644 (file)
@@ -32,3 +32,4 @@ FILE *CtdlTempFile(void);
 char *ascmonths[12];
 void generate_uuid(char *buf);
 char *bmstrcasestr(char *text, char *pattern);
+void CtdlMakeTempFileName(char *name, int len);