#define silc_list_end(list) ...
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.
You can use this call only if you initialized the list with silc_list_init_prev.