Function silc_command_reply_payload_encode_va
SYNOPSIS
SilcBuffer
silc_command_reply_payload_encode_va(SilcCommand cmd,
SilcCommandStatus status,
uint16 ident,
uint32 argc, ...);
DESCRIPTION
Same as silc_command_payload_encode_va except that this is used to
encode strictly command reply packets. The command status message
to be returned is sent as extra argument to this function. The `argc'
must not count `status' as on argument.