From a7275e57fd5a0404e6369b821ead51f2f01ffb45 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 14 Jan 2012 12:30:21 +0100 Subject: [PATCH] s3:smbd/proto.h: remove unused do_map_to_guest() prototype metze --- source3/smbd/proto.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index d4ee4d25bac6..93d23152b54a 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, -- 2.34.1