From d1bf11a015855e617a5751f3c79e78cec8844c52 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 20 Aug 2004 11:46:01 +0000 Subject: [PATCH] (loan_owed): New, factored out common code. (coll, fina, repa, shark, disloan): Use it. --- include/trade.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/trade.h b/include/trade.h index 9f4bab77..2cb1d0ec 100644 --- a/include/trade.h +++ b/include/trade.h @@ -79,6 +79,7 @@ extern int trade_desc(struct trdstr *, union trdgenstr *); extern int trade_getitem(struct trdstr *, union trdgenstr *); extern long get_couval(int); extern long get_outstand(int); +extern double loan_owed(struct lonstr *loan, time_t paytime); #define gettrade(n, p) \ ef_read(EF_TRADE, n, (caddr_t)p)