Merge commit 'origin/silc.1.1.branch'
[silc.git] / lib / silccore / silcargument.h
index cde339f18392ab304133083e012d7c1ead159418..bc258d9983234abf6e8c1372719847ee3262e465 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2001 - 2006 Pekka Riikonen
+  Copyright (C) 2001 - 2007 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
@@ -308,9 +308,9 @@ silc_argument_list_parse(const unsigned char *payload, SilcUInt32 payload_len);
  *    of freeing the contents of the structure and the structure itself.
  *
  ***/
-typedef struct {
+typedef struct SilcArgumentDecodedListStruct {
   void *argument;           /* Decoded argument, caller must know its type */
-  SilcUInt32 arg_type;      /* Argument type from the payload */
+  SilcUInt32 arg_type;      /* Argument type number from the payload */
 } *SilcArgumentDecodedList;
 
 /****f* silccore/SilcArgumentAPI/silc_argument_list_parse_decoded