From 4c23d311e46f7a0bfa7a94ff9bbdffb68de72d87 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 12 Feb 2003 19:47:08 +0000 Subject: [PATCH] added missing func prototype --- src/gdd/aitGen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gdd/aitGen.c b/src/gdd/aitGen.c index f2cc29124..b60780adf 100644 --- a/src/gdd/aitGen.c +++ b/src/gdd/aitGen.c @@ -24,6 +24,8 @@ #define epicsExportSharedSymbols #include "aitTypes.h" +void initMinMaxAIT ( void ); + /* * maximum value for each type - joh */