summaryrefslogtreecommitdiff
path: root/source3/lib/conn_tdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/conn_tdb.h')
-rw-r--r--source3/lib/conn_tdb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/conn_tdb.h b/source3/lib/conn_tdb.h
index 9b63364d44..bf8add9931 100644
--- a/source3/lib/conn_tdb.h
+++ b/source3/lib/conn_tdb.h
@@ -51,9 +51,6 @@ struct db_record *connections_fetch_entry_ext(TALLOC_CTX *mem_ctx,
struct server_id id,
int cnum,
const char *name);
-int connections_traverse(int (*fn)(struct db_record *rec,
- void *private_data),
- void *private_data);
int connections_forall(int (*fn)(struct db_record *rec,
const struct connections_key *key,
const struct connections_data *data,