diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-15 11:54:18 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:30 -0400 |
commit | 2964dd15b24787162c53560ae9ceae5a92cfc86d (patch) | |
tree | f3421c6773e460aa1c0b9e6d8e793b5efb88818d /config.h | |
parent | 30f79b07618872b7326742430e03795da5782860 (diff) | |
download | fork-ledger-2964dd15b24787162c53560ae9ceae5a92cfc86d.tar.gz fork-ledger-2964dd15b24787162c53560ae9ceae5a92cfc86d.tar.bz2 fork-ledger-2964dd15b24787162c53560ae9ceae5a92cfc86d.zip |
*** empty log message ***
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); |