X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilccommand.h;h=3fdf80f110e2828f559e87c905f54597369f72df;hb=5a014c54d33edcca7c15a2c88b1f4a916a6a99b8;hp=e1051e141d81d0321c22ad3ba6fef55f8c103127;hpb=97d6f634fc88ab129e07253314bb7e8cd4e59e42;p=silc.git diff --git a/lib/silccore/silccommand.h b/lib/silccore/silccommand.h index e1051e14..3fdf80f1 100644 --- a/lib/silccore/silccommand.h +++ b/lib/silccore/silccommand.h @@ -335,6 +335,28 @@ silc_command_reply_payload_encode_va(SilcCommand cmd, uint16 ident, uint32 argc, ...); +/****f* silccore/SilcCommandAPI/silc_command_reply_payload_encode_vap + * + * SYNOPSIS + * + * SilcBuffer + * silc_command_reply_payload_encode_vap(SilcCommand cmd, + * SilcCommandStatus status, + * uint16 ident, uint32 argc, + * va_list ap); + * + * DESCRIPTION + * + * This is equivalent to the silc_command_reply_payload_encode_va except + * takes the va_list as argument. + * + ***/ +SilcBuffer +silc_command_reply_payload_encode_vap(SilcCommand cmd, + SilcCommandStatus status, + uint16 ident, uint32 argc, + va_list ap); + /****f* silccore/SilcCommandAPI/silc_command_free * * SYNOPSIS