From aefaac3a5d44537bdf804d1f42e491cc2b931889 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 6 Apr 2008 16:34:25 +0100 Subject: Added ClientInterface configuration option to make BitlBee bind() to a specific interface before connecting to a remote host. --- conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.h') 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; -- cgit v1.2.3