Started implementing protocol version 1.1 and narrowing down
[silc.git] / apps / silcd / packet_send.h
index 3cd431f96ce4cdcfb6dd354b2d4c2e468ff0e934..b2cbc8aae25cede3dad8c6efa3049c9cb27203ec 100644 (file)
@@ -123,7 +123,8 @@ void silc_server_send_notify_nick_change(SilcServer server,
                                         SilcSocketConnection sock,
                                         bool broadcast,
                                         SilcClientID *old_id,
-                                        SilcClientID *new_id);
+                                        SilcClientID *new_id,
+                                        const char *nickname);
 void silc_server_send_notify_join(SilcServer server,
                                  SilcSocketConnection sock,
                                  bool broadcast,
@@ -171,7 +172,8 @@ void silc_server_send_notify_killed(SilcServer server,
                                    SilcSocketConnection sock,
                                    bool broadcast,
                                    SilcClientID *client_id,
-                                   char *comment);
+                                   char *comment,
+                                   SilcClientID *killer);
 void silc_server_send_notify_umode(SilcServer server,
                                   SilcSocketConnection sock,
                                   bool broadcast,