Files
epics-base/src/include/registryDriverSupport.h
Marty Kraimer 4417db23fe new for 3.14
1999-09-13 19:33:37 +00:00

19 lines
338 B
C

#ifndef INCregistryDriverSupporth
#define INCregistryDriverSupporth
#ifdef __cplusplus
extern "C" {
#endif
/* c interface definitions */
int registryDriverSupportAdd(const char *name,struct drvet *pdrvet);
struct drvet *registryDriverSupportFind(const char *name);
#ifdef __cplusplus
}
#endif
#endif /* INCregistryDriverSupporth */