From a53775be9363f22121c55201ca1786bb0b07ef25 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 15 Sep 1993 09:32:55 +0000 Subject: [PATCH] added def for print_returned --- src/util/ca_test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/ca_test.c b/src/util/ca_test.c index f938b96a6..e8fa359e2 100644 --- a/src/util/ca_test.c +++ b/src/util/ca_test.c @@ -30,6 +30,7 @@ * .03 09-24-91 joh changed declaration of `outstanding' * to a long * .04 01-14-91 joh documentation + * .05 09-14-93 jba added def of print_returned * * make options * -DvxWorks makes a version for VxWorks @@ -51,6 +52,7 @@ static void printit(); static void verify(); +static void print_returned(); static long outstanding; @@ -380,7 +382,7 @@ int type; * * switches over the range of CA data types and reports the value */ -static print_returned(type,pbuffer,count) +static void print_returned(type,pbuffer,count) short type; char *pbuffer; short count;