summaryrefslogtreecommitdiff
path: root/src/core/servers-reconnect.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-19 02:15:15 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-19 02:15:15 +0000
commitb8375d471fe245f454b1cdf15f5379fe17a1c928 (patch)
tree336e8df6842147615f666a7dc3f24be97bec11cf /src/core/servers-reconnect.h
parentfa1715b5155c88749af8ecedfeffc97a4502fd9c (diff)
downloadirssi-b8375d471fe245f454b1cdf15f5379fe17a1c928.zip
Connection updates: moved /SERVER and /CONNECT to core from irc.
Several other related multiprotocol updates. Removed /SILCSERVER from SILC, /CONNECT and /SERVER should work properly now. Rejoining channels after reconnection works. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1245 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/servers-reconnect.h')
-rw-r--r--src/core/servers-reconnect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/servers-reconnect.h b/src/core/servers-reconnect.h
index 50bcfc06..b51486f6 100644
--- a/src/core/servers-reconnect.h
+++ b/src/core/servers-reconnect.h
@@ -14,6 +14,7 @@ typedef struct {
extern GSList *reconnects;
+void reconnect_save_status(SERVER_CONNECT_REC *conn, SERVER_REC *server);
void server_reconnect_destroy(RECONNECT_REC *rec, int free_conn);
void servers_reconnect_init(void);