diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-17 19:44:22 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-17 19:44:22 +0000 |
commit | be6ba53fa47bc546279a2575523281845fe80da9 (patch) | |
tree | 2f08f6281cfbd38a1df2abe4fe69ccfd6f208f51 /src/core/servers-setup.h | |
parent | 513e140bcebce617d6078a9532ab9976437c3ef6 (diff) | |
download | irssi-be6ba53fa47bc546279a2575523281845fe80da9.zip |
Config file: ircnets -> chatnets, added type = "chat protocol" to
chatnet config. Moved reading chatnets to core. Lots of other
multiprotocol updates.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1237 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/servers-setup.h')
-rw-r--r-- | src/core/servers-setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/servers-setup.h b/src/core/servers-setup.h index 55785e80..9e0c7b8d 100644 --- a/src/core/servers-setup.h +++ b/src/core/servers-setup.h @@ -27,7 +27,7 @@ void server_setup_fill_reconn(SERVER_CONNECT_REC *conn, /* Create server connection record. `dest' is required, rest can be NULL. `dest' is either a server address or chat network */ SERVER_CONNECT_REC * -server_create_conn(const char *dest, int port, +server_create_conn(int chat_type, const char *dest, int port, const char *password, const char *nick); /* Find matching server from setup. Try to find record with a same port, |