diff options
author | Stef Walter <stef@thewalter.net> | 2010-11-04 01:52:20 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2011-01-23 15:47:45 -0600 |
commit | 1e7189ed5c2e0462b740b6421d8595f91926bda9 (patch) | |
tree | 269ca8ebc96af9ceb69072f19ca50b6c069dea1b /common/sppriv.h | |
parent | 22162029e12b6c01e0802d743510adc91fd4d796 (diff) |
Fix TransparentProxy option to better reflect different types of proxy.
Diffstat (limited to 'common/sppriv.h')
-rw-r--r-- | common/sppriv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/sppriv.h b/common/sppriv.h index 883097d..6fdbfb9 100644 --- a/common/sppriv.h +++ b/common/sppriv.h @@ -45,6 +45,12 @@ enum { SKIP_AUTHENTICATED = 0x01, }; +enum { + TRANSPARENT_OFF = 0, + TRANSPARENT_CLIENT = 1, + TRANSPARENT_FULL = 2, +}; + typedef struct spstate { /* Settings ------------------------------- */ |