diff options
Diffstat (limited to 'source3/utils/ntlm_auth_proto.h')
-rw-r--r-- | source3/utils/ntlm_auth_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/ntlm_auth_proto.h b/source3/utils/ntlm_auth_proto.h index e48a190ed66..5f8d26465bf 100644 --- a/source3/utils/ntlm_auth_proto.h +++ b/source3/utils/ntlm_auth_proto.h @@ -44,5 +44,6 @@ NTSTATUS contact_winbind_auth_crap(const char *username, /* The following definitions come from utils/ntlm_auth_diagnostics.c */ bool diagnose_ntlm_auth(void); +int get_pam_winbind_config(void); #endif /* _NTLM_AUTH_PROTO_H_ */ |