aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-04-06 16:34:25 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2008-04-06 16:34:25 +0100
commitaefaac3a5d44537bdf804d1f42e491cc2b931889 (patch)
tree9fa2b9efc24fd39452db57836f38dc12c8f83398 /conf.h
parentaa311173a85020bcbbbf61135a5451e171d422f5 (diff)
Added ClientInterface configuration option to make BitlBee bind() to a
specific interface before connecting to a remote host.
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.h b/conf.h
index d21ec577..c41fd096 100644
--- a/conf.h
+++ b/conf.h
@@ -31,7 +31,7 @@ typedef enum authmode { AUTHMODE_OPEN, AUTHMODE_CLOSED, AUTHMODE_REGISTERED } au
typedef struct conf
{
- char *iface;
+ char *iface_in, *iface_out;
char *port;
int nofork;
int verbose;