diff options
author | venaas <venaas> | 2009-01-27 10:37:43 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2009-01-27 10:37:43 +0000 |
commit | 67902f98c988aba120a3abb4250fb483f7d3139a (patch) | |
tree | 060523373e0f67aa9a5dd355a357775926d0fbf0 /resolve.h | |
parent | c8f995349df5cd82feb9158d51f224838b186835 (diff) |
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
Diffstat (limited to 'resolve.h')
-rw-r--r-- | resolve.h | 14 |
1 files changed, 0 insertions, 14 deletions
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 <venaas@uninett.no> - * - * 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; -}; |