X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fos.h;h=67736fccfc52264aac54e3e7910819e4cccc7253;hb=f58dce81384e4324f00f4ca51830f3245d15136b;hp=2b321db8982930db139f8a6ccf7cf0fbf346b7f8;hpb=80cc20b7784cccc9d8baf9839f9781db6bb6f539;p=swftools.git 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 }