diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-04-06 16:34:25 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-04-06 16:34:25 +0100 |
commit | aefaac3a5d44537bdf804d1f42e491cc2b931889 (patch) | |
tree | 9fa2b9efc24fd39452db57836f38dc12c8f83398 /conf.h | |
parent | aa311173a85020bcbbbf61135a5451e171d422f5 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |