silc_list_end
SYNOPSIS
void silc_list_end(SilcList list);
DESCRIPTION
Sets the end of the list. This prepares the list for traversing the entries from the end of the list towards start of the list.
NOTES
You can use this call only if you initialized the list with silc_list_init_prev.