Added a global variable `entry_balance' which contains the balance of

the last attempted entry finalization.
This commit is contained in:
John Wiegley 2006-02-20 00:04:13 +00:00
parent 945d315eba
commit 2d95c0e2a5

View file

@ -150,6 +150,8 @@ class entry_base_t
virtual bool valid() const = 0;
};
extern value_t entry_balance;
class entry_t : public entry_base_t
{
public: