X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver.h;h=404696ce0b25daf0e725008edd79eaad996f60d0;hb=f82024f04b73e3b80ddd6c590699206d3dc5c1eb;hp=c965967645ebe31eaf2564a713ed710ce3203a77;hpb=a32eecc529a135726587f17d667badb70605c405;p=silc.git diff --git a/apps/silcd/server.h b/apps/silcd/server.h index c9659676..404696ce 100644 --- a/apps/silcd/server.h +++ b/apps/silcd/server.h @@ -139,14 +139,14 @@ void silc_server_free_sock_user_data(SilcServer server, void silc_server_remove_from_channels(SilcServer server, SilcSocketConnection sock, SilcClientEntry client, - int notify, - char *signoff_message, - int keygen); -int silc_server_remove_from_one_channel(SilcServer server, - SilcSocketConnection sock, - SilcChannelEntry channel, - SilcClientEntry client, - int notify); + bool notify, + const char *signoff_message, + bool keygen); +bool silc_server_remove_from_one_channel(SilcServer server, + SilcSocketConnection sock, + SilcChannelEntry channel, + SilcClientEntry client, + bool notify); void silc_server_disconnect_remote(SilcServer server, SilcSocketConnection sock, SilcStatus status, ...);