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