diff options
Diffstat (limited to 'source4/libcli/auth/spnego.h')
-rw-r--r-- | source4/libcli/auth/spnego.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/auth/spnego.h b/source4/libcli/auth/spnego.h index eba98c5218..60ef4c1d36 100644 --- a/source4/libcli/auth/spnego.h +++ b/source4/libcli/auth/spnego.h @@ -33,11 +33,11 @@ #define SPNEGO_INTEG_FLAG 0x40 #define SPNEGO_REQ_FLAG 0x80 -enum spnego_negResult { +typedef enum _spnego_negResult { SPNEGO_ACCEPT_COMPLETED = 0, SPNEGO_ACCEPT_INCOMPLETE = 1, SPNEGO_REJECT = 2 -}; +} negResult_t; struct spnego_negTokenInit { char **mechTypes; |