diff options
author | Timo Sirainen <cras@irssi.org> | 2000-03-18 21:50:38 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-03-18 21:50:38 +0000 |
commit | 6b96becc795de7a7c421ba8c3c1f6a4912729dcd (patch) | |
tree | 27bf13fed209494a825d52616148009446d1ac77 /src | |
parent | cc01075295e1501e9465e6b79d562d3008b814c9 (diff) | |
download | irssi-6b96becc795de7a7c421ba8c3c1f6a4912729dcd.zip |
Merged line-split from i2k. Several other cleanups.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@156 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/common-setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common-setup.h b/src/common-setup.h index 097f814a..ace90a8c 100644 --- a/src/common-setup.h +++ b/src/common-setup.h @@ -1,6 +1,7 @@ #ifndef __COMMON_SETUP_H #define __COMMON_SETUP_H +#include "irc-base/network.h" #include "settings/settings-public.h" #define LOG_FILE_CREATE_MODE 0644 @@ -69,5 +70,7 @@ SETUP_CHANNEL_REC; extern GList *setupchannels; extern gboolean readonly; +extern IPADDR source_host_ip; /* Resolved address */ +extern gboolean source_host_ok; /* Use source_host_ip .. */ #endif |