From 7b67b4d7198f46ecd21ba2cb88b6d176984add66 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 7 Mar 2002 18:52:41 +0000 Subject: [PATCH] fixed spelling --- 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 0a4fc8a84..885e6894c 100644 --- a/src/ca/addrList.h +++ b/src/ca/addrList.h @@ -18,7 +18,7 @@ epicsShareFunc void epicsShareAPI addAddrToChannelAccessAddressList epicsShareFunc void epicsShareAPI printChannelAccessAddressList ( const ELLLIST *pList ); -epicsShareFunc void epicsShareAPI removeDuplicatesAddresses +epicsShareFunc void epicsShareAPI removeDuplicateAddresses ( ELLLIST *pDestList, ELLLIST *pSrcList, int silent); #ifdef __cplusplus