s3-auth rename auth_ntlmssp_state -> auth_generic_state
[ddiss/samba.git] / source3 / include / auth.h
index 5be5701baa5c667574e699b6a16ca76d770d5585..9d043bf54f2ce1f0338c2661cf318735f8f6eb76 100644 (file)
@@ -137,7 +137,7 @@ struct auth_init_function_entry {
        struct auth_init_function_entry *prev, *next;
 };
 
-struct auth_ntlmssp_state;
+struct auth_generic_state;
 
 /* Changed from 1 -> 2 to add the logon_parameters field. */
 /* Changed from 2 -> 3 when we reworked many auth structures to use IDL or be in common with Samba4 */