From 5cc37d2a08bd9e3bb82e7c9a9a653b4a46cb7151 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 28 May 2002 23:37:22 +0000 Subject: [PATCH] added comment --- src/libCom/ellLib/ellLib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/ellLib/ellLib.h b/src/libCom/ellLib/ellLib.h index 23a6f6f52..e22636015 100644 --- a/src/libCom/ellLib/ellLib.h +++ b/src/libCom/ellLib/ellLib.h @@ -88,6 +88,7 @@ epicsShareFunc void epicsShareAPI ellInsert (ELLLIST *plist, ELLNODE *pPrev, ELL epicsShareFunc ELLNODE * epicsShareAPI ellNth (ELLLIST *pList, int nodeNum); epicsShareFunc ELLNODE * epicsShareAPI ellNStep (ELLNODE *pNode, int nStep); epicsShareFunc int epicsShareAPI ellFind (ELLLIST *pList, ELLNODE *pNode); +/* use of ellFree on windows causes problems because the malloc and free are not in the same DLL */ epicsShareFunc void epicsShareAPI ellFree (ELLLIST *pList); epicsShareFunc void epicsShareAPI ellVerify (ELLLIST *pList);