updates.
[silc.git] / lib / silcclient / command_reply.h
index 63a09e0c0f47e6e40c329444b47dc8081ab99be4..afc14f9a1802335f7201a1dd215108ad8072ab37 100644 (file)
@@ -31,13 +31,14 @@ struct SilcClientCommandReplyContextStruct {
   SilcClient client;
   SilcSocketConnection sock;
   SilcCommandPayload payload;
+  SilcCommandStatus status;
   SilcArgumentPayload args;
   SilcPacketContext *packet;
 
   /* If defined this executes the pending command. */
   SilcCommandCb callback;
   void *context;
-  uint16 ident;
+  SilcUInt16 ident;
 };
 
 /* Macros */