Function silc_client_add_connection
SYNOPSIS
SilcClientConnection silc_client_add_connection(SilcClient client,
char *hostname,
int port,
void *context);
DESCRIPTION
Allocates and adds new connection to the client. This adds the allocated
connection to the connection table and returns a pointer to it. A client
can have multiple connections to multiple servers. Every connection must
be added to the client using this function. User data `context' may
be sent as argument. This function is normally used only if the
application performed the connecting outside the library. The library
however may use this internally.