From 461cb4d9a381fc3d712710ccd87ac2a1c06825e6 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 6 Feb 2002 02:14:21 +0000 Subject: [PATCH] supress duplicate addr list message in certain situations --- src/ca/addrList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/addrList.h b/src/ca/addrList.h index ca11e5dea..0a4fc8a84 100644 --- a/src/ca/addrList.h +++ b/src/ca/addrList.h @@ -19,7 +19,7 @@ epicsShareFunc void epicsShareAPI printChannelAccessAddressList ( const ELLLIST *pList ); epicsShareFunc void epicsShareAPI removeDuplicatesAddresses - ( ELLLIST *pDestList, ELLLIST *pSrcList ); + ( ELLLIST *pDestList, ELLLIST *pSrcList, int silent); #ifdef __cplusplus }