Function silc_client_add_socket
SYNOPSIS
void silc_client_add_socket(SilcClient client,
SilcSocketConnection sock);
DESCRIPTION
Adds listener socket to the listener sockets table. This function is
used to add socket objects that are listeners to the client. This should
not be used to add other connection objects.