updates.
[silc.git] / lib / silccore / silccommand.h
index 8c1094ff861d41248ccde10ba37c04038d24a913..eb0d176efce4540e4abd95160149d390be4d24b6 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
@@ -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
  *