summaryrefslogtreecommitdiff
path: root/reconcile.h
blob: 95f1a133b3ff6b6b3c03542b7b9721c82fffae16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _RECONCILE_H
#define _RECONCILE_H

#include "journal.h"

namespace ledger {

void reconcile_transactions(transactions_list& xacts,
			    value_t&	       balance,
			    const time_t       cutoff,
			    const bool         all_pending = false);

} // namespace ledger

#endif // _RECONCILE_H