diff options
Diffstat (limited to 'src/core/servers-setup.h')
-rw-r--r-- | src/core/servers-setup.h | 2 |
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); |