From e395e87dedd9aa85f05e5c74330a76f1ef700371 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 26 Aug 2000 15:39:44 +0000 Subject: Lots of moving stuff around - hopefully I didn't break too much :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@632 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/server-connect-rec.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/core/server-connect-rec.h (limited to 'src/core/server-connect-rec.h') diff --git a/src/core/server-connect-rec.h b/src/core/server-connect-rec.h new file mode 100644 index 00000000..863235de --- /dev/null +++ b/src/core/server-connect-rec.h @@ -0,0 +1,26 @@ +/* SERVER_CONNECT_REC definition, used for inheritance */ + +int type; +int chat_type; + +/* if we're connecting via proxy, or just NULLs */ +char *proxy; +int proxy_port; +char *proxy_string; + +char *address; +int port; +char *chatnet; + +IPADDR *own_ip; + +char *password; +char *nick; +char *username; +char *realname; + +/* when reconnecting, the old server status */ +int reconnection:1; /* we're trying to reconnect */ +char *channels; +char *away_reason; +char *usermode; -- cgit v1.2.3