X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fas3%2Ffiles.h;h=244df43e9d1f5bfc26acfce1794d5742f25be02a;hb=3e303bea7eb10c99a7b3808f0c355ee63188eb9b;hp=4383fa919ecc990822ddea82c59332804de09a09;hpb=8978b24a969f73518ecde87b24d972c7030e91f6;p=swftools.git diff --git a/lib/as3/files.h b/lib/as3/files.h index 4383fa9..244df43 100644 --- a/lib/as3/files.h +++ b/lib/as3/files.h @@ -43,5 +43,6 @@ void* leave_file(); char* concat_paths(const char*base, const char*add); char* normalize_path(const char*path); +char* filename_to_lowercase(const char*name); #endif