From ac5c8909a94228cec47067188036f1c2a42378aa Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Thu, 23 Aug 2012 10:36:59 +0200 Subject: s3:lib: remove unused sessionid_*() functions Signed-off-by: Stefan Metzmacher Signed-off-by: Michael Adam --- source3/include/proto.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index ac3d205100..7c5a5a7346 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1509,12 +1509,6 @@ void server_messaging_context_free(void); /* The following definitions come from lib/sessionid_tdb.c */ struct sessionid; -bool sessionid_init(void); -struct db_record *sessionid_fetch_record(TALLOC_CTX *mem_ctx, const char *key); -NTSTATUS sessionid_traverse(int (*fn)(struct db_record *rec, const char *key, - struct sessionid *session, - void *private_data), - void *private_data); NTSTATUS sessionid_traverse_read(int (*fn)(const char *key, struct sessionid *session, void *private_data), -- cgit