extended command line to allow checking a particular scan configuration

This commit is contained in:
john30
2015-12-05 12:01:17 +01:00
parent 568e2dfacc
commit 82d00c2021
2 changed files with 38 additions and 7 deletions
+2 -1
View File
@@ -72,9 +72,10 @@ DataFieldTemplates* getTemplates(const string filename);
* Load the message definitions from configuration files.
* @param messages the @a MessageMap to load the messages into.
* @param verbose whether to verbosely log problems.
* @param denyRecursive whether to avoid loading all files recursively (e.g. for scan config check).
* @return the result code.
*/
result_t loadConfigFiles(MessageMap* messages, bool verbose=false);
result_t loadConfigFiles(MessageMap* messages, bool verbose=false, bool denyRecursive=false);
/**
* Load the message definitions from a configuration file matching the scan result.