beter func proto

This commit is contained in:
Jeff Hill
1993-09-09 16:25:03 +00:00
parent f679dbeec7
commit cd190e5fab
+3 -3
View File
@@ -36,8 +36,8 @@ typedef long jgvtr1Stat;
#define JGVTR1_SUCCESS 0
jgvtr1Stat jgvtr1_driver(
unsigned card,
unsigned *pcbroutine,
unsigned *parg /* number of values read */
unsigned card,
void (*pcbroutine)(void *, unsigned, uint16_t *),
void *parg
);