aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Input/in_nsv/proxydt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Plugins/Input/in_nsv/proxydt.h')
-rw-r--r--Src/Plugins/Input/in_nsv/proxydt.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Src/Plugins/Input/in_nsv/proxydt.h b/Src/Plugins/Input/in_nsv/proxydt.h
new file mode 100644
index 00000000..8802075d
--- /dev/null
+++ b/Src/Plugins/Input/in_nsv/proxydt.h
@@ -0,0 +1,16 @@
+// proxydt.h
+#ifndef PROXYDT_H
+#define PROXYDT_H
+
+#include <string>
+#include <stdio.h>
+#include <atlbase.h>
+
+char* detectBrowserProxy();
+
+char* DetectIEProxy();
+
+char* DetectNS4Proxy();
+char* DetectNS6Proxy();
+
+#endif \ No newline at end of file