X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fpacket_send.h;h=2c322e200f23d55d54c8eb6106e41afecfb71e46;hb=da3a876c26b6d697ee6446ad81a8edfff1828cab;hp=1434ef8a3d40ac69d51cec4efdbd40b4685cb0a3;hpb=346885ee9466a6f1d5ecc99a5401aa3043acf7c0;p=silc.git diff --git a/apps/silcd/packet_send.h b/apps/silcd/packet_send.h index 1434ef8a..2c322e20 100644 --- a/apps/silcd/packet_send.h +++ b/apps/silcd/packet_send.h @@ -190,6 +190,12 @@ void silc_server_send_notify_invite(SilcServer server, SilcChannelEntry channel, SilcClientID *client_id, char *add, char *del); +void silc_server_send_notify_watch(SilcServer server, + SilcSocketConnection sock, + SilcClientEntry watcher, + SilcClientEntry client, + const char *nickname, + SilcNotifyType type); void silc_server_send_notify_dest(SilcServer server, SilcSocketConnection sock, bool broadcast,