X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand_reply.h;h=2b3671871c173146f07853c7abcebf191800b175;hb=f9f6dfe319b9ee24fd24963003a230fa0ab11d47;hp=371cce46d4ecb572012d01c6612225aae98ef227;hpb=f8a032e363dfa0e26a07c88e224ca3f759acf4dd;p=crypto.git diff --git a/apps/silcd/command_reply.h b/apps/silcd/command_reply.h index 371cce46..2b367187 100644 --- a/apps/silcd/command_reply.h +++ b/apps/silcd/command_reply.h @@ -41,7 +41,7 @@ typedef struct { /* Context sent as argument to all command reply functions */ typedef struct { SilcServer server; - SilcSocketConnection sock; + SilcPacketStream sock; SilcCommandPayload payload; SilcArgumentPayload args; @@ -64,7 +64,7 @@ void silc_server_command_reply_##func(void *context, void *context2) /* Prototypes */ void silc_server_command_reply_free(SilcServerCommandReplyContext cmd); void silc_server_command_reply_process(SilcServer server, - SilcSocketConnection sock, + SilcPacketStream sock, SilcBuffer buffer); SILC_SERVER_CMD_REPLY_FUNC(whois); SILC_SERVER_CMD_REPLY_FUNC(whowas);