summaryrefslogtreecommitdiffstats
path: root/linkedlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'linkedlist.h')
-rw-r--r--linkedlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linkedlist.h b/linkedlist.h
index aafbcf88..e4de9c1c 100644
--- a/linkedlist.h
+++ b/linkedlist.h
@@ -61,6 +61,7 @@ rsRetVal llFind(linkedList_t *pThis, void *pKey, void **ppData);
rsRetVal llGetKey(llElt_t *pThis, void *ppData);
rsRetVal llGetNumElts(linkedList_t *pThis, int *piCnt);
rsRetVal llExecFunc(linkedList_t *pThis, rsRetVal (*pFunc)(void*, void*), void* pParam);
+rsRetVal llFindAndDelete(linkedList_t *pThis, void *pKey);
/* use the macro below to define a function that will be executed by
* llExecFunc()
*/