fixed function to match prototype

This commit is contained in:
Jeff Hill
2001-06-29 22:41:35 +00:00
parent 87a3481b2a
commit 36e7eb94c0

View File

@@ -924,7 +924,7 @@ LOCAL void event_task (void *pParm)
* DB_START_EVENTS()
*/
int epicsShareAPI db_start_events (
dbEventCtx ctx,const char *taskname, void (*init_func)(epicsThreadId),
dbEventCtx ctx,const char *taskname, void (*init_func)(void *),
void *init_func_arg, unsigned osiPriority )
{
struct event_user *evUser = (struct event_user *) ctx;