updates.
[silc.git] / apps / silcd / server_util.h
index 080f9600b3da8b57bd69693d89db1224f21b2eb3..00f740baa6f25a698b07fa1117fe24f6814ad249 100644 (file)
@@ -44,6 +44,12 @@ void silc_server_update_clients_by_server(SilcServer server,
                                          bool resolve_real_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. */
+void silc_server_update_servers_by_server(SilcServer server, 
+                                         SilcServerEntry from,
+                                         SilcServerEntry to);
+
 /* Checks whether given channel has global users.  If it does this returns
    TRUE and FALSE if there is only locally connected clients on the channel. */
 bool silc_server_channel_has_global(SilcChannelEntry channel);