X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fos.h;fp=lib%2Fos.h;h=67736fccfc52264aac54e3e7910819e4cccc7253;hp=2b321db8982930db139f8a6ccf7cf0fbf346b7f8;hb=8bf1104532ba4fbf5dc3efb444067f3ad6291785;hpb=cb72b4b0e365963ad7c24bbbb309442095e1dc1d diff --git a/lib/os.h b/lib/os.h index 2b321db..67736fc 100755 --- 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 }