X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_util.h;h=6f67e25c5669fc32fba37e7cd11e5f5b6e88c498;hb=901271466f6fc8f9f148c7bf2493b1813d891c16;hp=84ef07838ca90d204d8187ff949487f7eb9bb533;hpb=033514af4e8167b4484a5fc2109952652ceac66a;p=silc.git diff --git a/apps/silcd/server_util.h b/apps/silcd/server_util.h index 84ef0783..6f67e25c 100644 --- a/apps/silcd/server_util.h +++ b/apps/silcd/server_util.h @@ -45,10 +45,13 @@ void silc_server_update_clients_by_server(SilcServer server, bool remove_from); /* Updates servers that are from `from' to be originated from `to'. This - will also update the server's connection to `to's connection. */ + will also update the server's connection to `to's connection. If + `local_toggle_enabled' is TRUE then local server's connections are + enabled, if FALSE they are disabled. */ void silc_server_update_servers_by_server(SilcServer server, SilcServerEntry from, - SilcServerEntry to); + SilcServerEntry to, + bool local_toggle_enabled); /* Removes channels that are from `from. */ void silc_server_remove_channels_by_server(SilcServer server,