From: Stefan Metzmacher Date: Sat, 14 Jan 2012 11:30:21 +0000 (+0100) Subject: s3:smbd/proto.h: remove unused do_map_to_guest() prototype X-Git-Tag: tevent-0.9.15~289 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7275e57fd5a0404e6369b821ead51f2f01ffb45;p=thirdparty%2Fsamba.git s3:smbd/proto.h: remove unused do_map_to_guest() prototype metze --- diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index d4ee4d25bac..93d23152b54 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,