Move .gitignore to lib/ in preparation for moving lib to the root.
[libradsec.git] / radsecproxy / hostport_types.h
1 struct hostportres {
2     char *host;
3     char *port;
4     uint8_t prefixlen;
5     struct addrinfo *addrinfo;
6 };