diff options
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; | 
