Drop macros AGREE_FREE, AGREE_PROPOSED, AGREE_SIGNED
Commit555de3100
(v4.3.0) added these macros so xdump tables loan and treaty can share an agreement_statuses table. Treaties are gone since commita109de948
(v4.3.33). Drop the macros. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
5ed11ffd57
commit
1e64ece1f5
3 changed files with 8 additions and 11 deletions
|
@ -58,9 +58,9 @@ struct lonstr {
|
|||
time_t l_duedate; /* date after which interest doubles, etc */
|
||||
};
|
||||
|
||||
#define LS_FREE AGREE_FREE
|
||||
#define LS_PROPOSED AGREE_PROPOSED
|
||||
#define LS_SIGNED AGREE_SIGNED
|
||||
#define LS_FREE 0
|
||||
#define LS_PROPOSED 1
|
||||
#define LS_SIGNED 2
|
||||
|
||||
extern double loan_owed(struct lonstr *loan, time_t paytime);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue