diff options
author | venaas <venaas> | 2009-02-03 15:46:22 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2009-02-03 15:46:22 +0000 |
commit | 3c0a3e22536d009f3d4cc1faa37007058f51431b (patch) | |
tree | fcd67f6d60c1c69d366224b908d4332a37438a06 /hostport.h | |
parent | 39bedc61c523e84a3b7c2d01ebb4fd2e075d02db (diff) |
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
Diffstat (limited to 'hostport.h')
-rw-r--r-- | hostport.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |