added comment

This commit is contained in:
Jeff Hill
2002-05-28 23:37:22 +00:00
parent 4269375e6c
commit 5cc37d2a08

View File

@@ -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);