From 83e82dba47aced4a93f9e431b4d8bca94c2f8517 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 11 Nov 2010 10:30:35 +0100 Subject: Bringing up TLS connections working. NOTE: Clean up of resources not yet sane. Expect resource leakages. NOTE: Most failure cases are not handled properly. With the wind at your back and the sun shining, it might work. --- hostport_types.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hostport_types.h (limited to 'hostport_types.h') diff --git a/hostport_types.h b/hostport_types.h new file mode 100644 index 0000000..01fb443 --- /dev/null +++ b/hostport_types.h @@ -0,0 +1,6 @@ +struct hostportres { + char *host; + char *port; + uint8_t prefixlen; + struct addrinfo *addrinfo; +}; -- cgit v1.1