summaryrefslogtreecommitdiff
path: root/src/core/servers-setup.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@irssi.org>2010-03-21 20:06:10 +0000
committerahf <ahf@dbcabf3a-b0e7-0310-adc4-f8d773084564>2010-03-21 20:06:10 +0000
commite37be456cde14705ec67b8b6d44bd2293b203b0d (patch)
tree2a247820e03843b0fe51651f4bcf70bd526c2bb4 /src/core/servers-setup.h
parent1a4c66568655de3a399d4b21d6a0e25acdcf2da8 (diff)
downloadirssi-e37be456cde14705ec67b8b6d44bd2293b203b0d.zip
Allow servers with the same server and port to be part of multiple networks. This should make life much easier for znc users. Thanks to Tykling, Bazerka and znx.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5125 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/servers-setup.h')
-rw-r--r--src/core/servers-setup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/servers-setup.h b/src/core/servers-setup.h
index d0101bcb..f7601a68 100644
--- a/src/core/servers-setup.h
+++ b/src/core/servers-setup.h
@@ -35,8 +35,6 @@ server_create_conn(int chat_type, const char *dest, int port,
but fallback to any server with the same address. */
SERVER_SETUP_REC *server_setup_find(const char *address, int port,
const char *chatnet);
-/* Find matching server from setup. Ports must match or NULL is returned. */
-SERVER_SETUP_REC *server_setup_find_port(const char *address, int port);
void server_setup_add(SERVER_SETUP_REC *rec);
void server_setup_remove(SERVER_SETUP_REC *rec);