Integer type name change.
[silc.git] / lib / silcclient / command_reply.h
index 6fd03ff9f025ca092252c93092ab5e37f3a3618e..4e5cdbee8178e133c15d7940dfd7c73306bedb3e 100644 (file)
@@ -27,7 +27,7 @@ typedef struct {
 } SilcClientCommandReply;
 
 /* Context sent as argument to all command reply functions */
-typedef struct {
+struct SilcClientCommandReplyContextStruct {
   SilcClient client;
   SilcSocketConnection sock;
   SilcCommandPayload payload;
@@ -37,8 +37,8 @@ typedef struct {
   /* If defined this executes the pending command. */
   SilcCommandCb callback;
   void *context;
-  uint16 ident;
-} *SilcClientCommandReplyContext;
+  SilcUInt16 ident;
+};
 
 /* Macros */