moved iocInit from db to here

This commit is contained in:
Marty Kraimer
2000-04-28 18:31:46 +00:00
parent d40cdf85ae
commit 432dd776b6
3 changed files with 392 additions and 0 deletions

23
src/misc/iocInit.h Normal file
View File

@@ -0,0 +1,23 @@
/* iocInit.h ioc initialization */
/********************COPYRIGHT NOTIFICATION**********************************
This software was developed under a United States Government license
described on the COPYRIGHT_UniversityOfChicago file included as part
of this distribution.
****************************************************************************/
#ifndef INCiocInith
#define INCiocInith
#include "shareLib.h"
#ifdef __cplusplus
extern "C" {
#endif
epicsShareFunc int epicsShareAPI iocInit()
#ifdef __cplusplus
}
#endif
#endif /*INCiocInith*/