summaryrefslogtreecommitdiff
path: root/src/getht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/getht.h')
-rw-r--r--src/getht.h17
1 files changed, 2 insertions, 15 deletions
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;