Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h
index fd9b6c8..5f446e9 100644
--- a/src/core.h
+++ b/src/core.h
@@ -41,7 +41,8 @@ typedef enum {
typedef enum {
HTTP_TYPE,
SOCKS4_TYPE,
- SOCKS5_TYPE
+ SOCKS5_TYPE,
+ RAW_TYPE
} proxy_type;
typedef enum {