diff options
author | Volker Lendecke <vl@samba.org> | 2010-06-08 10:26:08 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-06-08 11:38:08 +0200 |
commit | 34b29b11986095531488cd0139ecec6dd22e55d3 (patch) | |
tree | cc0cd34bd3fab4df13eba3a90e6ce99468cf6b58 /source3/include | |
parent | 984fec252af70ef54461ca84a6afedb97ff81dec (diff) | |
download | samba-34b29b11986095531488cd0139ecec6dd22e55d3.tar.gz samba-34b29b11986095531488cd0139ecec6dd22e55d3.tar.bz2 samba-34b29b11986095531488cd0139ecec6dd22e55d3.zip |
Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"
This reverts commit edba46ce94c335411ab337eeb4ef6f88fb3aae80.
Conflicts:
source3/auth/auth_ntlmssp.c
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2f68f0efc6..f0538ee401 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -54,9 +54,8 @@ NTSTATUS auth_netlogond_init(void); /* The following definitions come from auth/auth_ntlmssp.c */ -NTSTATUS auth_ntlmssp_server_info(TALLOC_CTX *mem_ctx, - struct auth_ntlmssp_state *auth_ntlmssp_state, - struct auth_serversupplied_info **_server_info); +struct auth_serversupplied_info *auth_ntlmssp_server_info(TALLOC_CTX *mem_ctx, + struct auth_ntlmssp_state *auth_ntlmssp_state); struct ntlmssp_state *auth_ntlmssp_get_ntlmssp_state(struct auth_ntlmssp_state *auth_ntlmssp_state); const char *auth_ntlmssp_get_username(struct auth_ntlmssp_state *auth_ntlmssp_state); const char *auth_ntlmssp_get_domain(struct auth_ntlmssp_state *auth_ntlmssp_state); |