From 3c0a3e22536d009f3d4cc1faa37007058f51431b Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 3 Feb 2009 15:46:22 +0000 Subject: allowing multiple host statements in client and server blocks git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@466 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- hostport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hostport.h') diff --git a/hostport.h b/hostport.h index ff3a309..d28f8ee 100644 --- a/hostport.h +++ b/hostport.h @@ -14,7 +14,7 @@ struct hostportres { }; struct hostportres *newhostport(char *hostport, char *default_port, uint8_t prefixok); -int addhostport(struct list **hostports, char *hostport, char *portdefault, uint8_t prefixok); +int addhostport(struct list **hostports, char **hostport, char *portdefault, uint8_t prefixok); void freehostport(struct hostportres *hp); void freehostports(struct list *hostports); int resolvehostport(struct hostportres *hp, int socktype, uint8_t passive); -- cgit v1.2.3