silc_list_add

SYNOPSIS

    void silc_list_add(SilcList list, void *entry);

DESCRIPTION

Adds new entry indicated by `entry' to the end of the list indicated by `list'.