silc_list_pop

SYNOPSIS

    void *silc_list_pop(SilcList list);

DESCRIPTION

Pops the head of the list. Removes the head of the list and returns the removed head. This will always remove the head of the list even if silc_list_end was called. Calling silc_list_start is not necessary. Returns SILC_LIST_END if the list is empty.