utils_llist: Added `llist_search_custom()'.
authorSebastian Harl <sh@tokkee.org>
Wed, 24 Mar 2010 22:08:34 +0000 (23:08 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 24 Mar 2010 22:08:34 +0000 (23:08 +0100)
commite3a2581365e2a1bd98a0e5419644f8919a080b5d
tree7612d977296341a38c0aa828c3fc44bc543e43d2
parent2bfa89ed011ed04b34e1f4c604cf0c639db04c06
utils_llist: Added `llist_search_custom()'.

This function may be used for lookups using a custom compare function, i.e.
lookups that are not necessarily based on the name of the registered list
entry but some information specific to the used data-type.
src/utils_llist.c
src/utils_llist.h