Added silc_list_pop
authorPekka Riikonen <priikone@silcnet.org>
Sat, 23 Feb 2008 13:43:28 +0000 (15:43 +0200)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 23 Feb 2008 13:43:28 +0000 (15:43 +0200)
commit480c4f6e83cbdec38af98419430450b9fd8600f8
treef53832375d864830990b6a22db5d1857ce339a16
parent607af8ce2c5dced2b5ca5c7c1d815fc80fbb2603
Added silc_list_pop

The silc_list_pop removes the current head of the list and returns the
removed head.

Changed also documentation.
lib/silcutil/silclist.h
lib/silcutil/tests/test_silclist.c