summaryrefslogtreecommitdiff
path: root/hostport_types.h
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-01-22 10:36:57 +0100
committerLinus Nordberg <linus@nordberg.se>2013-01-22 10:37:12 +0100
commit0be487506195d069c468fa71c32dc2cd50450363 (patch)
tree802dd53d5467ddb5942ab6209904e168aa59412e /hostport_types.h
parent35311406413e0418112f7c295fee054a3506cbe8 (diff)
Clean up top dir.
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;
-};