summaryrefslogtreecommitdiff
path: root/source3/lib/conn_tdb.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-10-05 19:05:32 +0200
committerMichael Adam <obnox@samba.org>2012-10-19 12:15:03 +0200
commita144911958d7bcd291a8f42a40832ffc0187279a (patch)
tree7e230c085a629c4b426bf4809db88114f0eb2d9a /source3/lib/conn_tdb.h
parentd4f369c470ec1c8c7986a73e4ee6e18a97edd834 (diff)
downloadsamba-a144911958d7bcd291a8f42a40832ffc0187279a.tar.gz
samba-a144911958d7bcd291a8f42a40832ffc0187279a.tar.bz2
samba-a144911958d7bcd291a8f42a40832ffc0187279a.zip
s3:lib: remove unused connections_fetch_entry*() and connections_init()
metze Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/lib/conn_tdb.h')
-rw-r--r--source3/lib/conn_tdb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/lib/conn_tdb.h b/source3/lib/conn_tdb.h
index 2f45281a81..b91a153740 100644
--- a/source3/lib/conn_tdb.h
+++ b/source3/lib/conn_tdb.h
@@ -37,15 +37,7 @@ struct connections_data {
/* The following definitions come from lib/conn_tdb.c */
-struct db_record *connections_fetch_entry(TALLOC_CTX *mem_ctx,
- connection_struct *conn,
- const char *name);
-struct db_record *connections_fetch_entry_ext(TALLOC_CTX *mem_ctx,
- struct server_id id,
- int cnum,
- const char *name);
int connections_forall_read(int (*fn)(const struct connections_key *key,
const struct connections_data *data,
void *private_data),
void *private_data);
-bool connections_init(bool rw);