exported mktmpname.
[swftools.git] / pdf2swf / xpdf / gfile.cc
index 4c93a79..2350a90 100644 (file)
@@ -442,7 +442,7 @@ time_t getModTime(char *fileName) {
 #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