aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-21 12:28:34 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-21 12:28:34 +0200
commit783e9b76de9a8ec16e8229d7c476b16ba8011554 (patch)
treeee27ef686f8aefa4dc36a3d0999e123f52ed0fb2 /conf.h
parent51bbec0b0e280be629f7b1086160b7730ebfdb74 (diff)
parent92998915be47eab17e548af5c3dd43fa4eab9683 (diff)
Merge trunk.
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;