Adding some time64 API functions

This commit is contained in:
lmat
2017-11-11 20:19:30 -05:00
committed by Christopher Lam
parent 502001cd7c
commit ee56f5df78
5 changed files with 19 additions and 0 deletions

View File

@@ -674,6 +674,7 @@ Timespec xaccTransRetDateEnteredTS (const Transaction *trans);
/** Dates and txn-type for A/R and A/P "invoice" postings */
Timespec xaccTransRetDateDueTS (const Transaction *trans);
time64 xaccTransRetDateDueTime64 (const Transaction *trans);
/** Dates and txn-type for A/R and A/P "invoice" postings */
void xaccTransGetDateDueTS (const Transaction *trans, Timespec *ts);
/** @} */