diff options
Diffstat (limited to 'src/parsersettings.h')
-rw-r--r-- | src/parsersettings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parsersettings.h b/src/parsersettings.h index 4c74a87..12b4a61 100644 --- a/src/parsersettings.h +++ b/src/parsersettings.h @@ -9,6 +9,7 @@ extern int parser_error_pos; void parser_init(const std::string &applicationpath); void add_librarydir(const std::string &libdir); fs::path search_libs(const std::string &filename); -fs::path find_valid_path( fs::path sourcepath, std::string filename ); +fs::path find_valid_path( fs::path sourcepath, std::string filename, + std::vector<std::string> openfilenames ); #endif |