summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-25 15:40:35 +1000
committerGünther Deschner <gd@samba.org>2010-05-31 15:10:44 +0200
commit723ea68d3b69a9fc31dc02256c4fc323dc9278ce (patch)
tree997a1b55d56dca352a50904e322c8c871b26655b /source3/include/auth.h
parent3b706865f6bae7a2b04590da160bda939a3bafe5 (diff)
downloadsamba-723ea68d3b69a9fc31dc02256c4fc323dc9278ce.tar.gz
s3:auth Remove AUTH_NTLMSSP_STATE typedef.
typedefs are no longer preferred Samba style. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index cb849f542f7..ed422c24a0a 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -143,7 +143,7 @@ struct auth_init_function_entry {
struct auth_init_function_entry *prev, *next;
};
-typedef struct auth_ntlmssp_state AUTH_NTLMSSP_STATE;
+struct auth_ntlmssp_state;
/* Changed from 1 -> 2 to add the logon_parameters field. */
#define AUTH_INTERFACE_VERSION 2