X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccore%2Fsilccommand.h;h=8c1094ff861d41248ccde10ba37c04038d24a913;hp=f1d12909d1530636ed5ab531f90be8ef1f68a9fe;hb=40f8443d8d3a6577336ee66d18e04d9ac4d956bb;hpb=6210937137137fe4019e808686dd1fcf99360af6 diff --git a/lib/silccore/silccommand.h b/lib/silccore/silccommand.h index f1d12909..8c1094ff 100644 --- a/lib/silccore/silccommand.h +++ b/lib/silccore/silccommand.h @@ -382,7 +382,7 @@ SilcUInt16 silc_command_get_ident(SilcCommandPayload payload); * * SYNOPSIS * - * bool silc_command_get_status(SilcCommandPayload payload, + * SilcBool silc_command_get_status(SilcCommandPayload payload, * SilcStatus *status, * SilcStatus *error); * @@ -396,7 +396,7 @@ SilcUInt16 silc_command_get_ident(SilcCommandPayload payload); * which indicates that there will be list of errors. * ***/ -bool silc_command_get_status(SilcCommandPayload payload, +SilcBool silc_command_get_status(SilcCommandPayload payload, SilcStatus *status, SilcStatus *error);