changed mktempname prototype
[swftools.git] / lib / os.h
index 2b321db..67736fc 100755 (executable)
--- a/lib/os.h
+++ b/lib/os.h
@@ -38,7 +38,7 @@ char* getInstallationPath();
 char* concatPaths(const char*base, const char*add);
 char* stripFilename(const char*filename, const char*newext);
 
-char* mktempname(const char*);
+char* mktempname(char*buffer);
 
 #ifdef __cplusplus
 }