summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-01-13 12:46:25 +0100
committerStefan Metzmacher <metze@samba.org>2012-01-31 20:17:10 +0100
commitee15790d7a28aff22efc7b95f86f70078322241d (patch)
tree9a6ce219ac0a16f06494e1e07232aa8e7b559448 /source3/smbd/proto.h
parent63f6567ca98179736bf41922bddf8a8f3567fd68 (diff)
downloadsamba-ee15790d7a28aff22efc7b95f86f70078322241d.tar.gz
samba-ee15790d7a28aff22efc7b95f86f70078322241d.tar.bz2
samba-ee15790d7a28aff22efc7b95f86f70078322241d.zip
s3:smbd: remove unused code from sesssetup.c
metze
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 93d23152b5..8124ee9de8 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 parse_spnego_mechanisms(TALLOC_CTX *ctx,
- DATA_BLOB blob_in,
- DATA_BLOB *pblob_out,
- char **kerb_mechOID);
void reply_sesssetup_and_X(struct smb_request *req);
/* The following definitions come from smbd/share_access.c */