X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fpacket_send.h;h=87b072f66a7b46c39fe21fb448f6cb8ee6826a4a;hb=0dcbb205044702fc7aa8563ef164328a218c4e69;hp=827e609c38acde9701c5e4521213a9ae87439a4e;hpb=d87aca00b57bdd0fb7afad4fcfe3140aa03bac2c;p=silc.git diff --git a/apps/silcd/packet_send.h b/apps/silcd/packet_send.h index 827e609c..87b072f6 100644 --- a/apps/silcd/packet_send.h +++ b/apps/silcd/packet_send.h @@ -144,6 +144,13 @@ void silc_server_send_notify_topic_set(SilcServer server, SilcClientID *client_id, unsigned int client_id_len, char *topic); +void silc_server_send_notify_kicked(SilcServer server, + SilcSocketConnection sock, + int broadcast, + SilcChannelEntry channel, + SilcClientID *client_id, + unsigned int client_id_len, + char *comment); void silc_server_send_notify_dest(SilcServer server, SilcSocketConnection sock, int broadcast,