updates. New data types.
[silc.git] / lib / silcclient / command_reply.h
index f1ebd1c3c3d20a6f8754e4b1c8c53a06e87fa954..ed09ab5974a7337b07323d445d08d300c56b4d4c 100644 (file)
@@ -42,7 +42,7 @@ typedef struct {
   SilcClientPendingDestructor destructor;
   SilcCommandCb callback;
   void *context;
-  unsigned short ident;
+  uint16 ident;
 } *SilcClientCommandReplyContext;
 
 /* Macros */
@@ -92,7 +92,6 @@ SILC_CLIENT_CMD_REPLY_FUNC(umode);
 SILC_CLIENT_CMD_REPLY_FUNC(cmode);
 SILC_CLIENT_CMD_REPLY_FUNC(cumode);
 SILC_CLIENT_CMD_REPLY_FUNC(kick);
-SILC_CLIENT_CMD_REPLY_FUNC(restart);
 SILC_CLIENT_CMD_REPLY_FUNC(close);
 SILC_CLIENT_CMD_REPLY_FUNC(shutdown);
 SILC_CLIENT_CMD_REPLY_FUNC(silcoper);