author | Sebastian Harl <sh@tokkee.org> | |
Wed, 24 Mar 2010 22:08:34 +0000 (23:08 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 24 Mar 2010 22:08:34 +0000 (23:08 +0100) | ||
commit | e3a2581365e2a1bd98a0e5419644f8919a080b5d | |
tree | 7612d977296341a38c0aa828c3fc44bc543e43d2 | tree | snapshot |
parent | 2bfa89ed011ed04b34e1f4c604cf0c639db04c06 | commit | diff |
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.
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 | diff | blob | history | |
src/utils_llist.h | diff | blob | history |