1#ifndef _NTLM_AUTH_PROTO_H_
2#define _NTLM_AUTH_PROTO_H_
3
4/* This file is automatically generated with "make proto". DO NOT EDIT */
5
6
7/* The following definitions come from utils/ntlm_auth.c  */
8
9const char *get_winbind_domain(void);
10const char *get_winbind_netbios_name(void);
11DATA_BLOB get_challenge(void) ;
12NTSTATUS contact_winbind_auth_crap(const char *username,
13				   const char *domain,
14				   const char *workstation,
15				   const DATA_BLOB *challenge,
16				   const DATA_BLOB *lm_response,
17				   const DATA_BLOB *nt_response,
18				   uint32 flags,
19				   uint8 lm_key[8],
20				   uint8 user_session_key[16],
21				   char **error_string,
22				   char **unix_name) ;
23
24/* The following definitions come from utils/ntlm_auth_diagnostics.c  */
25
26BOOL diagnose_ntlm_auth(void);
27
28#endif /*  _NTLM_AUTH_PROTO_H_  */
29