summaryrefslogtreecommitdiff
path: root/lib/radsecproxy-includes/hostport_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/radsecproxy-includes/hostport_types.h')
-rw-r--r--lib/radsecproxy-includes/hostport_types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/radsecproxy-includes/hostport_types.h b/lib/radsecproxy-includes/hostport_types.h
new file mode 100644
index 0000000..01fb443
--- /dev/null
+++ b/lib/radsecproxy-includes/hostport_types.h
@@ -0,0 +1,6 @@
+struct hostportres {
+ char *host;
+ char *port;
+ uint8_t prefixlen;
+ struct addrinfo *addrinfo;
+};