summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-18 05:26:59 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-18 05:26:59 -0400
commite1086a304001671d5a51df54b442c29559eaea15 (patch)
tree10eddf5fbc741f99eda469a0b1a8bfc82ca96929 /format.h
parent8af33274fbb9cf0c9a4a452b77825ab6e519cf8d (diff)
downloadfork-ledger-e1086a304001671d5a51df54b442c29559eaea15.tar.gz
fork-ledger-e1086a304001671d5a51df54b442c29559eaea15.tar.bz2
fork-ledger-e1086a304001671d5a51df54b442c29559eaea15.zip
added --help docs, and fixed some problems with balance reproting
Diffstat (limited to 'format.h')
-rw-r--r--format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/format.h b/format.h
index 00b61282..ba488f68 100644
--- a/format.h
+++ b/format.h
@@ -161,7 +161,8 @@ class format_account : public item_handler<account_t>
}
static bool display_account(const account_t * account,
- const item_predicate<account_t>& disp_pred);
+ const item_predicate<account_t>& disp_pred,
+ const bool even_top = false);
virtual void flush() {
output_stream.flush();