X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilccommand.h;h=eb0d176efce4540e4abd95160149d390be4d24b6;hb=faa97fdb56d0b85042a5d0149b73ce7022f04398;hp=8c1094ff861d41248ccde10ba37c04038d24a913;hpb=40f8443d8d3a6577336ee66d18e04d9ac4d956bb;p=silc.git diff --git a/lib/silccore/silccommand.h b/lib/silccore/silccommand.h index 8c1094ff..eb0d176e 100644 --- a/lib/silccore/silccommand.h +++ b/lib/silccore/silccommand.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2005 Pekka Riikonen + Copyright (C) 1997 - 2006 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -397,8 +397,8 @@ SilcUInt16 silc_command_get_ident(SilcCommandPayload payload); * ***/ SilcBool silc_command_get_status(SilcCommandPayload payload, - SilcStatus *status, - SilcStatus *error); + SilcStatus *status, + SilcStatus *error); /****f* silccore/SilcCommandAPI/silc_command_set_ident *