X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Ffiles.h;h=244df43e9d1f5bfc26acfce1794d5742f25be02a;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hp=8af24b7a76146544ce3e812ceab8e8bb7956da79;hpb=ac56d468c81e1ab25b32f5e1ddca6b867e386a93;p=swftools.git diff --git a/lib/as3/files.h b/lib/as3/files.h index 8af24b7..244df43 100644 --- a/lib/as3/files.h +++ b/lib/as3/files.h @@ -31,6 +31,7 @@ extern int current_line; extern int current_column; extern char* current_filename; extern char* current_filename_short; +extern char* current_filename_long; extern include_dir_t* current_include_dirs; void add_include_dir(char*dir); @@ -42,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