From e9b755e3726fa41ac2d4ed1c3a6192d1af68edbc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 18 Oct 2007 18:44:25 +0200 Subject: Use standard functions for dealing with both IPv6 and IPv4. --- conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.h') diff --git a/conf.h b/conf.h index f4c6a397..5138ce11 100644 --- a/conf.h +++ b/conf.h @@ -32,7 +32,7 @@ typedef enum authmode { AUTHMODE_OPEN, AUTHMODE_CLOSED, AUTHMODE_REGISTERED } au typedef struct conf { char *iface; - signed int port; + char *port; int nofork; int verbose; runmode_t runmode; -- cgit v1.2.3