X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fos.h;h=2b321db8982930db139f8a6ccf7cf0fbf346b7f8;hb=80cc20b7784cccc9d8baf9839f9781db6bb6f539;hp=8f33eb884dc12ffc68632f61d68263b21c7e8197;hpb=c158a5eb99cc6d8b0511bd51760456ba71314009;p=swftools.git diff --git a/lib/os.h b/lib/os.h index 8f33eb8..2b321db 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(const char*); #ifdef __cplusplus }