Code

llist utils: Added sdb_llist_remove_by_name().
authorSebastian Harl <sh@tokkee.org>
Mon, 14 Apr 2014 17:49:22 +0000 (19:49 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 14 Apr 2014 17:49:22 +0000 (19:49 +0200)
commitda8a2d232053383bebb9c9f483a674a8e1021a57
tree41410dcd1ebcd1c7d320739099ea58473a51af72
parent7022cf2bc4f8998956e914e7e36b5ca1790d59de
llist utils: Added sdb_llist_remove_by_name().

This function removes the first entry with the specified name.
src/include/utils/llist.h
src/utils/llist.c
t/utils/llist_test.c