added _noerror version of functions
[swftools.git] / lib / as3 / files.h
index ae31212..8af24b7 100644 (file)
@@ -35,7 +35,7 @@ extern include_dir_t* current_include_dirs;
 
 void add_include_dir(char*dir);
 
-char*find_file(const char*filename);
+char*find_file(const char*filename, char report_errors);
 void enter_file(const char*name, const char*filename, void*state);
 FILE* enter_file2(const char*name, const char*filename, void*state);
 void* leave_file();