Removed static from hpE1404SignalConnect, it needs to be global.

This commit is contained in:
Janet B. Anderson
1993-06-16 22:20:29 +00:00
parent 9e7897b956
commit 12f3aaa934

View File

@@ -96,7 +96,7 @@ static void hpE1404ShutDownLA(
/*
* these should be in a header file
*/
static int hpE1404SignalConnect(
int hpE1404SignalConnect(
unsigned la,
void (*pSignalCallback)()
);