summaryrefslogtreecommitdiff
path: root/src/parsersettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsersettings.h')
-rw-r--r--src/parsersettings.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parsersettings.h b/src/parsersettings.h
index 007aa9c..4c74a87 100644
--- a/src/parsersettings.h
+++ b/src/parsersettings.h
@@ -2,11 +2,13 @@
#define PARSERSETTINGS_H_
#include <string>
+#include "boosty.h"
extern int parser_error_pos;
void parser_init(const std::string &applicationpath);
void add_librarydir(const std::string &libdir);
-std::string locate_file(const std::string &filename);
+fs::path search_libs(const std::string &filename);
+fs::path find_valid_path( fs::path sourcepath, std::string filename );
#endif
contact: Jan Huwald // Impressum