diff options
author | John Wiegley <johnw@newartisans.com> | 2004-06-21 18:49:43 -0400 |
---|---|---|
committer | johnw <johnw@newartisans.com> | 2004-06-21 18:49:43 -0400 |
commit | adb3965e947d4891c8ab59a63cf6e7f7db1f25fb (patch) | |
tree | 5e83bee089c7cfcf19b535a60aa83349ecea22fd /ledger.h | |
parent | f077b655d01364275c1f8944aee0a0ed2d530245 (diff) | |
download | fork-ledger-adb3965e947d4891c8ab59a63cf6e7f7db1f25fb.tar.gz fork-ledger-adb3965e947d4891c8ab59a63cf6e7f7db1f25fb.tar.bz2 fork-ledger-adb3965e947d4891c8ab59a63cf6e7f7db1f25fb.zip |
further pricing fixes
Diffstat (limited to 'ledger.h')
-rw-r--r-- | ledger.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -237,6 +237,10 @@ class totals bool is_negative() const; void print(std::ostream& out, int width) const; + void print_street(std::ostream& out, int width, + std::time_t * when = NULL, + bool use_history = false, + bool download = false) const; }; @@ -347,7 +351,6 @@ extern void read_regexps(const std::string& path, regexps_list& regexps); extern bool matches(const regexps_list& regexps, const std::string& str, bool * by_exclusion = NULL); -extern void read_prices(const std::string& path); extern void parse_price_setting(const std::string& setting); } // namespace ledger |