fixed prototype for ca_add_exception_event()

This commit is contained in:
Jeff Hill
2000-03-14 16:47:24 +00:00
parent bc3802b106
commit 1a426076b1

View File

@@ -297,7 +297,7 @@ typedef void caExceptionHandler (struct exception_handler_args);
epicsShareFunc int epicsShareAPI ca_add_exception_event
(
caExceptionHandler *pfunc,
const void *pArg
void *pArg
);
/*