From 1e7189ed5c2e0462b740b6421d8595f91926bda9 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 4 Nov 2010 01:52:20 +0000 Subject: Fix TransparentProxy option to better reflect different types of proxy. --- common/sppriv.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/sppriv.h') 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 ------------------------------- */ -- cgit v1.2.3