X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fpacket_send.h;h=e6abf48e062eb4b16fdf7f16239532fc78710072;hb=33fde1853daddd7f34565507cb96652f0cec4ee2;hp=703eaeafae9392acdd11a35bb8fa95e2e70c5baa;hpb=77599da05bae9b355f600d63f9be8c285ff0ea4d;p=silc.git diff --git a/apps/silcd/packet_send.h b/apps/silcd/packet_send.h index 703eaeaf..e6abf48e 100644 --- a/apps/silcd/packet_send.h +++ b/apps/silcd/packet_send.h @@ -79,9 +79,9 @@ void silc_server_packet_send_to_channel(SilcServer server, void silc_server_packet_relay_to_channel(SilcServer server, SilcSocketConnection sender_sock, SilcChannelEntry channel, - void *sender, + void *sender_id, SilcIdType sender_type, - void *sender_entry, + SilcClientEntry sender_entry, unsigned char *data, SilcUInt32 data_len, bool force_send);