Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
[libradsec.git] / lib / radsecproxy / hostport_types.h
1 struct hostportres {
2     char *host;
3     char *port;
4     uint8_t prefixlen;
5     struct addrinfo *addrinfo;
6 };