summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-03-15 11:54:18 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:30 -0400
commit2964dd15b24787162c53560ae9ceae5a92cfc86d (patch)
treef3421c6773e460aa1c0b9e6d8e793b5efb88818d /config.h
parent30f79b07618872b7326742430e03795da5782860 (diff)
downloadfork-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 44a24976..4c6b2ced 100644
--- a/config.h
+++ b/config.h
@@ -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);