summaryrefslogtreecommitdiff
path: root/src/core/servers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/servers.h')
-rw-r--r--src/core/servers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/servers.h b/src/core/servers.h
index 7a88af2c..86b6a9e7 100644
--- a/src/core/servers.h
+++ b/src/core/servers.h
@@ -50,6 +50,10 @@ void server_connect_finished(SERVER_REC *server);
/* connection to server failed */
void server_connect_failed(SERVER_REC *server, const char *msg);
+/* Update own IPv4 and IPv6 records */
+void server_connect_own_ip_save(SERVER_CONNECT_REC *conn,
+ IPADDR *ip4, IPADDR *ip6);
+
/* `optlist' should contain only one unknown key - the server tag.
returns NULL if there was unknown -option */
SERVER_REC *cmd_options_get_server(const char *cmd,