X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand.h;h=cd317f79e285c968bc042d6d09db49b4e19e0d27;hp=43195e8a2febdffa16dcfd919ae5971e895c8e54;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hpb=7910ce2a5c55211a4ea09a52832c6ed32c0b64fd diff --git a/apps/silcd/command.h b/apps/silcd/command.h index 43195e8a..cd317f79 100644 --- a/apps/silcd/command.h +++ b/apps/silcd/command.h @@ -65,7 +65,7 @@ typedef struct SilcServerCommandPendingStruct { SilcCommand reply_cmd; SilcCommandCb callback; void *context; - uint16 ident; + SilcUInt16 ident; struct SilcServerCommandPendingStruct *next; } SilcServerCommandPending; @@ -107,18 +107,18 @@ SilcServerCommandContext silc_server_command_dup(SilcServerCommandContext ctx); bool silc_server_command_pending(SilcServer server, SilcCommand reply_cmd, - uint16 ident, + SilcUInt16 ident, SilcCommandCb callback, void *context); void silc_server_command_pending_del(SilcServer server, SilcCommand reply_cmd, - uint16 ident); + SilcUInt16 ident); SilcServerCommandPendingCallbacks silc_server_command_pending_check(SilcServer server, SilcServerCommandReplyContext ctx, SilcCommand command, - uint16 ident, - uint32 *callbacks_count); + SilcUInt16 ident, + SilcUInt32 *callbacks_count); SILC_SERVER_CMD_FUNC(whois); SILC_SERVER_CMD_FUNC(whowas); SILC_SERVER_CMD_FUNC(identify);