ledger/derive.h
John Wiegley 713f896790 A large body of work to get the register report printing again, but still
fails due to the fact that 2.x value expression syntax is not restored.
2008-07-27 00:10:35 -04:00

14 lines
238 B
C++

#ifndef _DERIVE_H
#define _DERIVE_H
#include "report.h"
namespace ledger {
entry_t * derive_new_entry(report_t& report,
strings_list::iterator begin,
strings_list::iterator end);
} // namespace ledger
#endif // _DERIVE_H