From ff7a40d68ce9ee9187915dbd5df1a596e08580fc Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 10 Feb 2000 15:45:22 +0000 Subject: [PATCH] define dbCalloc --- src/db/dbCa.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/db/dbCa.c b/src/db/dbCa.c index 09ca49093..362f2fbfa 100644 --- a/src/db/dbCa.c +++ b/src/db/dbCa.c @@ -44,6 +44,8 @@ of this distribution. #include "epicsPrint.h" #include "dbCommon.h" #include "dbCa.h" +/*Following is because we cant include dbAccess.h*/ +void *dbCalloc(size_t nobj,size_t size); /*Following is because dbScan.h causes include for dbAccess.h*/ void scanOnce(void *precord); extern volatile int interruptAccept;