#endif
}
static char tmpbuf[128];
-static char* mktmpname(char*ptr) {
+char* mktmpname(char*ptr) {
// used to be mktemp. This does remove the warnings, but
// It's not exactly an improvement.
#ifdef HAVE_LRAND48
// should be "w" or "wb". Returns true on success.
GBool openTempFile(GString **name, FILE **f, char *mode, char *ext);
+/* create a temporary filename */
+char* mktmpname(char*ptr);
+
//------------------------------------------------------------------------
// GDir and GDirEntry
//------------------------------------------------------------------------