From 67902f98c988aba120a3abb4250fb483f7d3139a Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 27 Jan 2009 10:37:43 +0000 Subject: rewriting code for hosts,ports,resolving,currently does not build git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@461 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- resolve.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 resolve.h (limited to 'resolve.h') diff --git a/resolve.h b/resolve.h deleted file mode 100644 index fdb83b9..0000000 --- a/resolve.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright (C) 2006-2009 Stig Venaas - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ - -struct hostportres { - char *host; - char *port; - uint8_t prefixlen; - struct addrinfo *addrinfo; -}; -- cgit v1.1