summaryrefslogtreecommitdiff
path: root/source3/lib/conn_tdb.h
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2012-08-27 15:21:42 +0200
committerMichael Adam <obnox@samba.org>2012-10-19 12:15:02 +0200
commitb74ed25a9999c0029ddf2771f729c497c20b9c30 (patch)
tree9d678e7320b4d6c39540cd4d9ac154b799fcf781 /source3/lib/conn_tdb.h
parent3b61c605d6815a8033d70f367a69e876f63bc5de (diff)
downloadsamba-b74ed25a9999c0029ddf2771f729c497c20b9c30.tar.gz
samba-b74ed25a9999c0029ddf2771f729c497c20b9c30.tar.bz2
samba-b74ed25a9999c0029ddf2771f729c497c20b9c30.zip
s3:lib: remove function connections_forall()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/lib/conn_tdb.h')
-rw-r--r--source3/lib/conn_tdb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/lib/conn_tdb.h b/source3/lib/conn_tdb.h
index bf8add9931..180a5e23fd 100644
--- a/source3/lib/conn_tdb.h
+++ b/source3/lib/conn_tdb.h
@@ -51,11 +51,6 @@ struct db_record *connections_fetch_entry_ext(TALLOC_CTX *mem_ctx,
struct server_id id,
int cnum,
const char *name);
-int connections_forall(int (*fn)(struct db_record *rec,
- const struct connections_key *key,
- const struct connections_data *data,
- void *private_data),
- void *private_data);
int connections_forall_read(int (*fn)(const struct connections_key *key,
const struct connections_data *data,
void *private_data),