aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/options.h b/options.h
index 03b5e20..af89489 100644
--- a/options.h
+++ b/options.h
@@ -10,7 +10,12 @@
#include <selinux/selinux.h>
#endif
+#include "ptunnel.h"
+
+
struct options {
+ /** proxy or forwarder? */
+ int proxy_mode;
/** user defined magic value (prevent Cisco WSA/IronPort fingerprint scan) */
uint32_t magic;
/** Proxy's internet address */