ba removed process from init_record parms

This commit is contained in:
Janet B. Anderson
1992-04-17 14:15:17 +00:00
parent 431000a347
commit 20c2e25615
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -37,6 +37,7 @@
* .05 02-28-92 jba Changed callback handling, ANSI C changes
* .06 03-13-92 jba ANSI C changes
* .07 04-10-92 jba pact now used to test for asyn processing, not return value
* .08 04-18-92 jba removed process from init_record parms
* ...
*/
@@ -129,9 +130,8 @@ static long get_ioint_info(cmd,pwf,io_type,card_type,card_number)
}
static long init_record(pwf,process)
static long init_record(pwf)
struct waveformRecord *pwf;
void (*process)();
{
char message[100];
+3 -3
View File
@@ -33,7 +33,8 @@
* .01 11-11-91 jba Moved set of alarm stat and sevr to macros
* .02 02-05-92 jba Changed function arguments from paddr to precord
* .03 02-28-92 jba Changed callback handling, ANSI C changes
* .02 03-13-92 jba ANSI C changes
* .04 03-13-92 jba ANSI C changes
* .05 04-18-92 jba removed process from init_record parms
* ...
*/
@@ -96,9 +97,8 @@ static void myCallback(pwf,no_read,pdata)
dbScanUnlock((struct dbCommon *)pwf);
}
static long init_record(pwf,process)
static long init_record(pwf)
struct waveformRecord *pwf;
void (*process)();
{
char message[100];