summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'format.h')
-rw-r--r--format.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/format.h b/format.h
index 66a7f7cf..9828c5e7 100644
--- a/format.h
+++ b/format.h
@@ -208,6 +208,11 @@ class format_account
const item_predicate<account_t>&
disp_pred_functor,
const account_t *& to_show);
+ static bool disp_subaccounts_p(const account_t * account) {
+ const account_t * temp;
+ return disp_subaccounts_p(account, item_predicate<account_t>(NULL), temp);
+ }
+
static bool display_account(const account_t * account,
const item_predicate<account_t>&
disp_pred_functor);