From e722536d7ab86fd5fbde0ac48781ffa5d21f021d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 4 May 2000 01:13:23 +0000 Subject: [PATCH] removed prototype for function that is no longer exported --- src/db/dbAccessDefs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/db/dbAccessDefs.h b/src/db/dbAccessDefs.h index abaa4963f..ec0dc7733 100644 --- a/src/db/dbAccessDefs.h +++ b/src/db/dbAccessDefs.h @@ -279,8 +279,6 @@ epicsShareFunc int epicsShareAPI dbLoadDatabase( epicsShareFunc int epicsShareAPI dbLoadRecords( char* pfilename, char* substitutions); -epicsShareFunc int epicsShareAPI iocInit(void); - #ifdef __cplusplus } #endif