updates.
[silc.git] / apps / silcd / packet_send.h
index 2c322e200f23d55d54c8eb6106e41afecfb71e46..491fc5dba8d4c3b8d18da2731073da3f779212ef 100644 (file)
@@ -141,8 +141,9 @@ void silc_server_send_notify_cmode(SilcServer server,
                                   SilcChannelEntry channel,
                                   SilcUInt32 mode_mask,
                                   void *id, SilcIdType id_type,
-                                  char *cipher, char *hmac,
-                                  char *passphrase);
+                                  const char *cipher, const char *hmac,
+                                  const char *passphrase,
+                                  SilcPublicKey founder_key);
 void silc_server_send_notify_cumode(SilcServer server,
                                    SilcSocketConnection sock,
                                    bool broadcast,