fixed func and func proto dont match warning

This commit is contained in:
Jeff Hill
2006-11-30 22:27:34 +00:00
parent 0dd205f750
commit 634f37c225
2 changed files with 5 additions and 14 deletions

View File

@@ -859,7 +859,7 @@ long devNoResponseProbe (epicsAddressType addrType,
long devConnectInterrupt(
epicsInterruptType intType,
unsigned vectorNumber,
void (*pFunction)(),
void (*pFunction)(void *),
void *parameter)
{
long status;
@@ -890,7 +890,7 @@ void *parameter)
long devDisconnectInterrupt(
epicsInterruptType intType,
unsigned vectorNumber,
void (*pFunction)()
void (*pFunction)(void *)
)
{
long status;

View File

@@ -12,17 +12,8 @@
/*
* Original Author: Marty Kraimer
* Author: Jeff Hill
* Date: 03-10-93
*
* Notes:
* ------
* .01 03-23-93 joh We will only have problems with mod .03
* above if the CPU maintains the different
* address modes in different address spaces
* and we have a card or a user that insists
* on not using the default address type
* .02 06-14-93 joh needs devAllocInterruptVector() routine
* Author: Jeff Hill
* Date: 03-10-93
*/
#ifndef INCdevLibh
@@ -393,7 +384,7 @@ long devConnectInterrupt(
long devDisconnectInterrupt(
epicsInterruptType intType,
unsigned vectorNumber,
void (*pFunction)(void *));
void (*pFunction)(void *));
/*
* NOTE: this routine has been deprecated. It exists