diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-07-06 00:09:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:51 -0500 |
commit | 50ce5fd990a9ce49be006340ba797c550a0322e1 (patch) | |
tree | 8435c817b7681c8830145b2a48787631fcb3b18d /source4/libcli/auth/spnego.h | |
parent | 4f0e5e069064c11a8efc407cd42412d38534d0d2 (diff) | |
download | samba-50ce5fd990a9ce49be006340ba797c550a0322e1.tar.gz samba-50ce5fd990a9ce49be006340ba797c550a0322e1.tar.bz2 samba-50ce5fd990a9ce49be006340ba797c550a0322e1.zip |
r1346: revert my last spnego changes
metze
(This used to be commit 7b8237bfb3c302a448a7db0236c0a953603dcd89)
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; |