summaryrefslogtreecommitdiff
path: root/src/core/servers-setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/servers-setup.h')
-rw-r--r--src/core/servers-setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/servers-setup.h b/src/core/servers-setup.h
index d1a8bdd9..d0807d11 100644
--- a/src/core/servers-setup.h
+++ b/src/core/servers-setup.h
@@ -28,7 +28,8 @@ void server_setup_fill_reconn(SERVER_CONNECT_REC *conn,
`dest' is either a server address or chat network */
SERVER_CONNECT_REC *
server_create_conn(int chat_type, const char *dest, int port,
- const char *password, const char *nick);
+ const char *chatnet, const char *password,
+ const char *nick);
/* Find matching server from setup. Try to find record with a same port,
but fallback to any server with the same address. */