summaryrefslogtreecommitdiff
path: root/common/sppriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/sppriv.h')
-rw-r--r--common/sppriv.h6
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 ------------------------------- */