Function SilcClientStopped
SYNOPSIS
typedef void (*SilcClientStopped)(SilcClient client, void *context);
DESCRIPTION
The callback given as argument to silc_client_stop. Once this is
called the client library has stopped and can be freed by calling
silc_client_free. Note that this won't be called if there are
active connections in the client. Connections must first be closed
by calling silc_client_close_connection or by sending QUIT command to
the server connection.
|