diff options
Diffstat (limited to 'hostport_types.h')
-rw-r--r-- | hostport_types.h | 6 |
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; -}; |