Move lib to the root.
[radsecproxy.git] / lib / radsecproxy / hostport_types.h
diff --git a/lib/radsecproxy/hostport_types.h b/lib/radsecproxy/hostport_types.h
deleted file mode 100644 (file)
index 01fb443..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-struct hostportres {
-    char *host;
-    char *port;
-    uint8_t prefixlen;
-    struct addrinfo *addrinfo;
-};