Added silc_argument_get_decoded.
[silc.git] / lib / silccore / silccommand.c
index 83dbde8cf6263e1f218019c410123a572747e1cc..0f575f64f4f6898e1142595d1b3215f56867f7ce 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  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
@@ -401,8 +401,8 @@ SilcUInt16 silc_command_get_ident(SilcCommandPayload payload)
 /* Return command status */
 
 SilcBool silc_command_get_status(SilcCommandPayload payload,
-                            SilcStatus *status,
-                            SilcStatus *error)
+                                SilcStatus *status,
+                                SilcStatus *error)
 {
   unsigned char *tmp;
   SilcUInt32 tmp_len;