Added begin and end dates of the booking period
[account.git] / account.h
index 997a912..ea03a2c 100644 (file)
--- a/account.h
+++ b/account.h
@@ -342,7 +342,7 @@ public:
    friend std::ostream & operator<<(std::ostream &, Ledger&);
 
    void accounts_report(const char *);
-   void saldi_report(const char *);
-   void XML_saldi(std::ostream &);
+   void saldi_report(const char *, date period_begin, date period_end);
+   void XML_saldi(std::ostream &, date period_begin, date period_end);
 };