diff --git a/src/drv/drvMz8310.c b/src/drv/drvMz8310.c index 6db0a95e0..4b070df62 100644 --- a/src/drv/drvMz8310.c +++ b/src/drv/drvMz8310.c @@ -46,6 +46,7 @@ * parameters * bg 06-25-92 combined drvMz8310.c and mz8310_driver.c * bg 06-26-92 Added level to mz8310_io_report. + * joh 08-05-92 callable interface now conforms with epics standard */ /* drvMz8310.c - Driver Support Routines for Mz8310 */ @@ -66,8 +67,8 @@ /* If any of the following does not exist replace it with #define <> NULL */ -static long report(); -static long init(); +long mz8310_io_report(); +long mz8310_init(); struct { long number; @@ -75,26 +76,8 @@ struct { DRVSUPFUN init; } drvMz8310={ 2, - report, - init}; - -static long report(fp) - FILE *fp; -{ - int card; - int level; - - for(card=0; card