Break inclusion cycles. To simplify the change, move a few

declarations to other, no less sensible places.
This commit is contained in:
Markus Armbruster 2005-02-12 19:26:59 +00:00
parent 858839f063
commit afa65c8f27
18 changed files with 193 additions and 189 deletions

View file

@ -56,6 +56,9 @@ struct lonstr {
#define LS_PROPOSED 1
#define LS_SIGNED 2
extern long get_outstand(int);
extern double loan_owed(struct lonstr *loan, time_t paytime);
#define getloan(n, lp) \
ef_read(EF_LOAN, n, lp)
#define putloan(n, lp) \