mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3:auth: add missing auth_samba4_init() prototype
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
d5326bca33
commit
c6d3571650
@ -380,5 +380,8 @@ NTSTATUS make_session_info_krb5(TALLOC_CTX *mem_ctx,
|
|||||||
DATA_BLOB *session_key,
|
DATA_BLOB *session_key,
|
||||||
struct auth_session_info **session_info);
|
struct auth_session_info **session_info);
|
||||||
|
|
||||||
|
/* The following definitions come from auth/auth_samba4.c */
|
||||||
|
|
||||||
|
NTSTATUS auth_samba4_init(void);
|
||||||
|
|
||||||
#endif /* _AUTH_PROTO_H_ */
|
#endif /* _AUTH_PROTO_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user