Changed to use new generic payloads.
[silc.git] / apps / silcd / server.h
index ef80e69ee535254c34ccdc671502a723f1a5cf20..0e2457cfee655a66f08524206763188a4ecbe115 100644 (file)
@@ -121,16 +121,22 @@ void silc_server_send_error(SilcServer server,
 void silc_server_send_notify(SilcServer server,
                             SilcSocketConnection sock,
                             SilcNotifyType type,
+                            unsigned int argc,
+                            unsigned int format,
                             const char *fmt, ...);
 void silc_server_send_notify_dest(SilcServer server,
                                  SilcSocketConnection sock,
                                  void *dest_id,
                                  SilcIdType dest_id_type,
                                  SilcNotifyType type,
+                                 unsigned int argc,
+                                 unsigned int format,
                                  const char *fmt, ...);
 void silc_server_send_notify_to_channel(SilcServer server,
                                        SilcChannelEntry channel,
                                        SilcNotifyType type,
+                                       unsigned int argc,
+                                       unsigned int format,
                                        const char *fmt, ...);
 void silc_server_send_new_id(SilcServer server,
                             SilcSocketConnection sock,