summaryrefslogtreecommitdiff
path: root/source4/auth/session.h
diff options
context:
space:
mode:
authorWilco Baan Hofman <wilco@baanhofman.nl>2010-05-21 14:56:15 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-20 17:19:12 +0200
commit3895b8fbf84764ff603af91644198e518af97e74 (patch)
tree4707d3dba5ed1342b6c2e73522b9f988e31c93ce /source4/auth/session.h
parent8f74ee01d9bb93872c5cd5471084c8bd2da0d17f (diff)
downloadsamba-3895b8fbf84764ff603af91644198e518af97e74.tar.gz
samba-3895b8fbf84764ff603af91644198e518af97e74.tar.bz2
samba-3895b8fbf84764ff603af91644198e518af97e74.zip
Revert "Add old functionality back which was removed in commit 589a42e2."
This reverts commit 94e3b4a0d8b714c101803886d60ae6c484740d2f. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/auth/session.h')
-rw-r--r--source4/auth/session.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/auth/session.h b/source4/auth/session.h
index 3e422d9790..8e22cc0576 100644
--- a/source4/auth/session.h
+++ b/source4/auth/session.h
@@ -53,12 +53,6 @@ NTSTATUS auth_generate_session_info(TALLOC_CTX *mem_ctx,
uint32_t session_info_flags,
struct auth_session_info **_session_info);
-NTSTATUS auth_generate_session_info2(TALLOC_CTX *mem_ctx,
- struct tevent_context *event_ctx,
- struct loadparm_context *lp_ctx,
- struct auth_serversupplied_info *server_info,
- struct auth_session_info **_session_info);
-
NTSTATUS auth_anonymous_session_info(TALLOC_CTX *parent_ctx,
struct loadparm_context *lp_ctx,
struct auth_session_info **_session_info);