diff options
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r-- | source3/include/auth.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index 626b9f3ba0..e37f181082 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -148,8 +148,6 @@ struct auth_init_function_entry { /* Function to create a member of the authmethods list */ auth_init_function init; - - struct auth_init_function_entry *prev, *next; }; typedef struct auth_ntlmssp_state @@ -160,6 +158,4 @@ typedef struct auth_ntlmssp_state struct ntlmssp_state *ntlmssp_state; } AUTH_NTLMSSP_STATE; -#define AUTH_INTERFACE_VERSION 1 - #endif /* _SMBAUTH_H_ */ |