Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
[libradsec.git] / lib / radsecproxy / hostport_types.h
diff --git a/lib/radsecproxy/hostport_types.h b/lib/radsecproxy/hostport_types.h
new file mode 100644 (file)
index 0000000..01fb443
--- /dev/null
@@ -0,0 +1,6 @@
+struct hostportres {
+    char *host;
+    char *port;
+    uint8_t prefixlen;
+    struct addrinfo *addrinfo;
+};