Merged line-split from i2k. Several other cleanups.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@156 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-03-18 21:50:38 +00:00 committed by cras
commit 6b96becc79
2 changed files with 7 additions and 4 deletions

View file

@ -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