summaryrefslogtreecommitdiff
path: root/ledger.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-06-21 18:49:43 -0400
committerjohnw <johnw@newartisans.com>2004-06-21 18:49:43 -0400
commitadb3965e947d4891c8ab59a63cf6e7f7db1f25fb (patch)
tree5e83bee089c7cfcf19b535a60aa83349ecea22fd /ledger.h
parentf077b655d01364275c1f8944aee0a0ed2d530245 (diff)
downloadfork-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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ledger.h b/ledger.h
index 57565367..d86c0107 100644
--- a/ledger.h
+++ b/ledger.h
@@ -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