X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fpacket_send.h;h=2dac801278ab9638f91c8df138fd1d1c291e9cba;hb=bbc2071bac65ded8d5bc07831d768de254c55842;hp=ec3d1f460a4696665d48d50048f53142039ef94b;hpb=1a0a520cc5149e30ab60fbd8d43892436e9c75cd;p=silc.git diff --git a/apps/silcd/packet_send.h b/apps/silcd/packet_send.h index ec3d1f46..2dac8012 100644 --- a/apps/silcd/packet_send.h +++ b/apps/silcd/packet_send.h @@ -184,13 +184,15 @@ void silc_server_send_notify_ban(SilcServer server, SilcSocketConnection sock, bool broadcast, SilcChannelEntry channel, - char *add, char *del); + unsigned char *action, + SilcBuffer list); void silc_server_send_notify_invite(SilcServer server, SilcSocketConnection sock, bool broadcast, SilcChannelEntry channel, SilcClientID *client_id, - char *add, char *del); + unsigned char *action, + SilcBuffer list); void silc_server_send_notify_watch(SilcServer server, SilcSocketConnection sock, SilcClientEntry watcher,