mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Renaming time64 function for consistency
This commit is contained in:
parent
61d4aaaf08
commit
b5aad8c7bb
@ -2471,7 +2471,7 @@ xaccTransGetDateDueTS (const Transaction *trans, Timespec *ts)
|
|||||||
}
|
}
|
||||||
|
|
||||||
time64
|
time64
|
||||||
xaccTransRetDateDueTime64 (const Transaction *trans)
|
xaccTransRetDateDue(const Transaction *trans)
|
||||||
{
|
{
|
||||||
return xaccTransRetDateDueTS (trans).tv_sec;
|
return xaccTransRetDateDueTS (trans).tv_sec;
|
||||||
}
|
}
|
||||||
|
@ -676,7 +676,7 @@ time64 xaccTransRetDateEntered (const Transaction *trans);
|
|||||||
|
|
||||||
/** Dates and txn-type for A/R and A/P "invoice" postings */
|
/** Dates and txn-type for A/R and A/P "invoice" postings */
|
||||||
Timespec xaccTransRetDateDueTS (const Transaction *trans);
|
Timespec xaccTransRetDateDueTS (const Transaction *trans);
|
||||||
time64 xaccTransRetDateDueTime64 (const Transaction *trans);
|
time64 xaccTransRetDateDue (const Transaction *trans);
|
||||||
/** Dates and txn-type for A/R and A/P "invoice" postings */
|
/** Dates and txn-type for A/R and A/P "invoice" postings */
|
||||||
void xaccTransGetDateDueTS (const Transaction *trans, Timespec *ts);
|
void xaccTransGetDateDueTS (const Transaction *trans, Timespec *ts);
|
||||||
/** @} */
|
/** @} */
|
||||||
|
Loading…
Reference in New Issue
Block a user