diff options
author | Gregor Beck <gbeck@sernet.de> | 2012-08-23 10:36:59 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-10-19 12:15:01 +0200 |
commit | ac5c8909a94228cec47067188036f1c2a42378aa (patch) | |
tree | 360181a330cd40b196c37750959c34e0e0931008 /source3/include | |
parent | 2f2cb2f6894c94f375310661e7c40c167a784eda (diff) | |
download | samba-ac5c8909a94228cec47067188036f1c2a42378aa.tar.gz samba-ac5c8909a94228cec47067188036f1c2a42378aa.tar.bz2 samba-ac5c8909a94228cec47067188036f1c2a42378aa.zip |
s3:lib: remove unused sessionid_*() functions
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
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), |