X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand.h;h=62527f0f0c1e7e52029bf19faecff617c375bacb;hb=72cfa31520ebc0058763a30e21c13f6e9a964aa0;hp=b33221db9d75397e1fb2a30e78fa73ea08ffb823;hpb=2be0be2432fff760084c4093291e79f1fa6262d8;p=silc.git diff --git a/apps/silcd/command.h b/apps/silcd/command.h index b33221db..62527f0f 100644 --- a/apps/silcd/command.h +++ b/apps/silcd/command.h @@ -73,7 +73,7 @@ typedef struct SilcServerCommandPendingStruct { SilcCommandCb callback; SilcServerPendingDestructor destructor; void *context; - unsigned short ident; + uint16 ident; struct SilcServerCommandPendingStruct *next; } SilcServerCommandPending; @@ -114,17 +114,17 @@ SilcServerCommandContext silc_server_command_dup(SilcServerCommandContext ctx); void silc_server_command_pending(SilcServer server, SilcCommand reply_cmd, - unsigned short ident, + uint16 ident, SilcServerPendingDestructor destructor, SilcCommandCb callback, void *context); void silc_server_command_pending_del(SilcServer server, SilcCommand reply_cmd, - unsigned short ident); + uint16 ident); int silc_server_command_pending_check(SilcServer server, SilcServerCommandReplyContext ctx, SilcCommand command, - unsigned short ident); + uint16 ident); SILC_SERVER_CMD_FUNC(whois); SILC_SERVER_CMD_FUNC(whowas); SILC_SERVER_CMD_FUNC(identify);