diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -117,6 +117,8 @@ void option_help(std::ostream& out); #define OPT_END(tag) +std::string resolve_path(const std::string& path); + ////////////////////////////////////////////////////////////////////// void trace(const std::string& cat, const std::string& str); |