INVITE and BAN notifys are now sent from routers to servers on
[silc.git] / apps / silcd / packet_send.h
index 730111adeb2f2a341258d968c713fcf9b43bedf2..6c85c3a8c6c8a52d7bba8deced511e7a201bfd01 100644 (file)
@@ -72,6 +72,7 @@ void silc_server_packet_send_to_channel(SilcServer server,
                                        SilcChannelEntry channel,
                                        SilcPacketType type,
                                        bool route,
+                                       bool send_to_clients,
                                        unsigned char *data,
                                        SilcUInt32 data_len,
                                        bool force_send);
@@ -211,6 +212,7 @@ void silc_server_send_notify_to_channel(SilcServer server,
                                        SilcSocketConnection sender,
                                        SilcChannelEntry channel,
                                        bool route_notify,
+                                       bool send_to_clients,
                                        SilcNotifyType type,
                                        SilcUInt32 argc, ...);
 void silc_server_send_notify_on_channels(SilcServer server,