Files
pcas/src/misc/iocInit.h
2000-05-04 01:16:55 +00:00

25 lines
555 B
C

/* 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*/