Function silc_client_command_alloc
SYNOPSIS
SilcClientCommandContext silc_client_command_alloc();
DESCRIPTION
Allocate Command Context. The context is defined in `command.h' file.
The context is used by the library commands and applications should use
it as well. However, application may choose to use some own context
for its local commands. All library commands, however, must use this
context.