diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index d4ee4d25ba..93d23152b5 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -993,10 +993,6 @@ int list_sessions(TALLOC_CTX *mem_ctx, struct sessionid **session_list); /* The following definitions come from smbd/sesssetup.c */ -NTSTATUS do_map_to_guest(NTSTATUS status, - struct auth_session_info **session_info, - const char *user, const char *domain); - NTSTATUS parse_spnego_mechanisms(TALLOC_CTX *ctx, DATA_BLOB blob_in, DATA_BLOB *pblob_out, |