From 3f4180d6b6f1ee2d707ba7f411716eabea2a2774 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 27 Oct 2004 19:31:10 +0000 Subject: work in progress: config file rewrite git-svn-id: https://svn.musicpd.org/mpd/branches/shank-rewrite-config@2358 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index 7b08e7e51..9c879e91a 100644 --- a/src/list.h +++ b/src/list.h @@ -88,6 +88,7 @@ void deleteNodeFromList(List * list,ListNode * node); * _key_ -> which node is being searched for * _data_ -> a pointer to where data will be placed, * _data_ memory should not by allocated or freed + * _data_ can be NULL * returns 1 if successful, 0 otherwise */ int findInList(List * list, char * key, void ** data); -- cgit v1.2.3