X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fpacket_send.h;h=491fc5dba8d4c3b8d18da2731073da3f779212ef;hb=f82024f04b73e3b80ddd6c590699206d3dc5c1eb;hp=2c322e200f23d55d54c8eb6106e41afecfb71e46;hpb=a32eecc529a135726587f17d667badb70605c405;p=silc.git diff --git a/apps/silcd/packet_send.h b/apps/silcd/packet_send.h index 2c322e20..491fc5db 100644 --- a/apps/silcd/packet_send.h +++ b/apps/silcd/packet_send.h @@ -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,