summaryrefslogtreecommitdiff
path: root/src/core/servers.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-05-20 04:12:12 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-05-20 04:12:12 +0000
commit4aa0b9111eb659954a19265d2c304e4fad93cb86 (patch)
tree96a6b61ef90fb6724e84b0ac2fe456347cb36e11 /src/core/servers.h
parent09505d628c3bfee6eebabd34ccdba85d149b28d7 (diff)
downloadirssi-4aa0b9111eb659954a19265d2c304e4fad93cb86.zip
/UPGRADE was broken, changed again the server connection code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2821 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/servers.h')
-rw-r--r--src/core/servers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/servers.h b/src/core/servers.h
index dddde263..3c2c8634 100644
--- a/src/core/servers.h
+++ b/src/core/servers.h
@@ -53,6 +53,8 @@ int server_start_connect(SERVER_REC *server);
void server_connect_ref(SERVER_CONNECT_REC *conn);
void server_connect_unref(SERVER_CONNECT_REC *conn);
+SERVER_REC *server_connect(SERVER_CONNECT_REC *conn);
+
/* initializes server record but doesn't start connecting */
void server_connect_init(SERVER_REC *server);
/* Connection to server finished, fill the rest of the fields */