From 88a895a4944efcae0f7dbc7e7d73bef817cd317e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 25 Feb 2006 12:02:11 +0000 Subject: *** no comment *** --- valexpr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'valexpr.h') diff --git a/valexpr.h b/valexpr.h index 820ae04f..73d5113e 100644 --- a/valexpr.h +++ b/valexpr.h @@ -126,6 +126,8 @@ extern std::auto_ptr amount_expr; extern std::auto_ptr total_expr; extern std::time_t terminus; +bool compute_amount(value_expr_t * expr, amount_t& amt, transaction_t& xact); + inline void compute_amount(value_t& result, const details_t& details) { if (amount_expr.get()) amount_expr->compute(result, details); -- cgit v1.2.3