diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-01-14 12:30:21 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-20 23:55:52 +0100 |
commit | a7275e57fd5a0404e6369b821ead51f2f01ffb45 (patch) | |
tree | b1b4080c71ccd6d1b771320e9a8a039ac04ab652 | |
parent | 88daf798fec56a99e5eb3aed67f3b58572d97d34 (diff) | |
download | samba-a7275e57fd5a0404e6369b821ead51f2f01ffb45.tar.gz samba-a7275e57fd5a0404e6369b821ead51f2f01ffb45.tar.bz2 samba-a7275e57fd5a0404e6369b821ead51f2f01ffb45.zip |
s3:smbd/proto.h: remove unused do_map_to_guest() prototype
metze
-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, |