X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fcommand_reply.h;h=4e5cdbee8178e133c15d7940dfd7c73306bedb3e;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hp=6fd03ff9f025ca092252c93092ab5e37f3a3618e;hpb=d47a87b03b846e2333ef57b2c0d81f1644992964;p=silc.git diff --git a/lib/silcclient/command_reply.h b/lib/silcclient/command_reply.h index 6fd03ff9..4e5cdbee 100644 --- a/lib/silcclient/command_reply.h +++ b/lib/silcclient/command_reply.h @@ -27,7 +27,7 @@ typedef struct { } SilcClientCommandReply; /* Context sent as argument to all command reply functions */ -typedef struct { +struct SilcClientCommandReplyContextStruct { SilcClient client; SilcSocketConnection sock; SilcCommandPayload payload; @@ -37,8 +37,8 @@ typedef struct { /* If defined this executes the pending command. */ SilcCommandCb callback; void *context; - uint16 ident; -} *SilcClientCommandReplyContext; + SilcUInt16 ident; +}; /* Macros */