Function silc_client_command_call
SYNOPSIS
void silc_client_command_call(SilcClientCommand command);
DESCRIPTION
Calls the command (executes it). Application can call this after
it has allocated the SilcClientCommandContext with the function
silc_client_command_alloc and found the command from the client
library by calling silc_client_command_find. This will execute
the command.
Application can call the command function directly too if it
wishes to do so. See the command.h for details of the
SilcClientCommand structure.
|