X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fos.h;h=67736fccfc52264aac54e3e7910819e4cccc7253;hb=9e51523b57fc5e715d498039543f8e630b664d7b;hp=8f33eb884dc12ffc68632f61d68263b21c7e8197;hpb=c158a5eb99cc6d8b0511bd51760456ba71314009;p=swftools.git diff --git a/lib/os.h b/lib/os.h index 8f33eb8..67736fc 100755 --- a/lib/os.h +++ b/lib/os.h @@ -35,8 +35,10 @@ int setRegistryEntry(char*key,char*value); #endif char* getInstallationPath(); -char* concatPaths(char*base, char*add); -char* stripFilename(char*filename, char*newext); +char* concatPaths(const char*base, const char*add); +char* stripFilename(const char*filename, const char*newext); + +char* mktempname(char*buffer); #ifdef __cplusplus }