From b8375d471fe245f454b1cdf15f5379fe17a1c928 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 19 Feb 2001 02:15:15 +0000 Subject: 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 --- src/core/servers-reconnect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/servers-reconnect.h') 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); -- cgit v1.2.3