X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilccommand.h;h=a34f3d68fc87c32d975a4938b65201f9857e98fb;hb=33fde1853daddd7f34565507cb96652f0cec4ee2;hp=46e7ddd1d96d4bd1356256a6e115faac3b16f299;hpb=77599da05bae9b355f600d63f9be8c285ff0ea4d;p=silc.git diff --git a/lib/silccore/silccommand.h b/lib/silccore/silccommand.h index 46e7ddd1..a34f3d68 100644 --- a/lib/silccore/silccommand.h +++ b/lib/silccore/silccommand.h @@ -416,11 +416,26 @@ SilcArgumentPayload silc_command_get_args(SilcCommandPayload payload); ***/ SilcUInt16 silc_command_get_ident(SilcCommandPayload payload); +/****f* silccore/SilcCommandAPI/silc_command_get_status + * + * SYNOPSIS + * + * SilcCommandStatus silc_command_get_status(SilcCommandPayload payload); + * + * DESCRIPTION + * + * Returns the SilcCommandStatus from command reply payload's argument + * payload. Status can be returned only from command reply payload. + * + ***/ +SilcCommandStatus silc_command_get_status(SilcCommandPayload payload); + /****f* silccore/SilcCommandAPI/silc_command_set_ident * * SYNOPSIS * - * void silc_command_set_ident(SilcCommandPayload payload, SilcUInt16 ident); + * void silc_command_set_ident(SilcCommandPayload payload, + * SilcUInt16 ident); * * DESCRIPTION *