Added support for notify type sending in notify payload.
[silc.git] / apps / silcd / server.h
index 74ee74ae38921b123923b9da5681c528c726cc06..ae846d4297018d4fd8fb1aabd91f0733383726c7 100644 (file)
@@ -65,6 +65,7 @@ void silc_server_packet_forward(SilcServer server,
                                int force_send);
 void silc_server_packet_send_to_channel(SilcServer server,
                                        SilcChannelEntry channel,
+                                       SilcPacketType type,
                                        unsigned char *data,
                                        unsigned int data_len,
                                        int force_send);
@@ -117,14 +118,17 @@ void silc_server_send_error(SilcServer server,
                            const char *fmt, ...);
 void silc_server_send_notify(SilcServer server,
                             SilcSocketConnection sock,
+                            SilcNotifyType type,
                             const char *fmt, ...);
 void silc_server_send_notify_dest(SilcServer server,
                                  SilcSocketConnection sock,
                                  void *dest_id,
                                  SilcIdType dest_id_type,
+                                 SilcNotifyType type,
                                  const char *fmt, ...);
 void silc_server_send_notify_to_channel(SilcServer server,
                                        SilcChannelEntry channel,
+                                       SilcNotifyType type,
                                        const char *fmt, ...);
 void silc_server_send_new_id(SilcServer server,
                             SilcSocketConnection sock,