From 5141482351a3373472fc9974cd6059ff254dcf27 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 1 May 2008 03:02:25 +0000 Subject: Simplified proxy setting internals Taking advantage of CURL's pre-packaged constants for proxy options git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-44 --- src/getht.h | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'src/getht.h') diff --git a/src/getht.h b/src/getht.h index c5f0728..ee5176a 100644 --- a/src/getht.h +++ b/src/getht.h @@ -27,18 +27,5 @@ #define STR_MAX 512 -typedef enum -{ - NONE, - HTTP, - SOCKS4, - SOCKS5 -} proxytype; - -typedef enum -{ - NOAUTH, - BASIC, - DIGEST, - NTLM, -} proxyauth; +char * proxytype; +char * proxyauth; -- cgit v1.2.3