updates. New data types.
[silc.git] / apps / silcd / command_reply.h
index 0726f108224dd8d074f87b99f1eb66500dedb14d..852642d6ec86e9da59da85fae989281ca86ba644 100644 (file)
@@ -43,7 +43,7 @@ typedef struct {
   SilcServerPendingDestructor destructor;
   SilcCommandCb callback;
   void *context;
-  unsigned short ident;
+  uint16 ident;
 } *SilcServerCommandReplyContext;
 
 /* Macros */
@@ -65,6 +65,7 @@ SILC_SERVER_CMD_REPLY_FUNC(whois);
 SILC_SERVER_CMD_REPLY_FUNC(whowas);
 SILC_SERVER_CMD_REPLY_FUNC(identify);
 SILC_SERVER_CMD_REPLY_FUNC(info);
+SILC_SERVER_CMD_REPLY_FUNC(motd);
 SILC_SERVER_CMD_REPLY_FUNC(join);
 SILC_SERVER_CMD_REPLY_FUNC(users);