summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-07-20 13:47:16 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-07-30 14:31:54 +0200
commit9191d3baf513f9cd2d15206f1378c24a5e7de2e3 (patch)
tree6a6145031cdeb8fe85096fc90385af7ab915e3eb /lib
parentd3bfd374a65b93f5a7d9f3bf3c356871a5879a12 (diff)
downloadsamba-9191d3baf513f9cd2d15206f1378c24a5e7de2e3.tar.gz
lib ldb: remove unused function prototypes
Remove unused function prototypes Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/ldb/ldb_tdb/ldb_tdb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ldb/ldb_tdb/ldb_tdb.h b/lib/ldb/ldb_tdb/ldb_tdb.h
index 2ee14f7122b..4cbc7c23046 100644
--- a/lib/ldb/ldb_tdb/ldb_tdb.h
+++ b/lib/ldb/ldb_tdb/ldb_tdb.h
@@ -203,10 +203,6 @@ int ldb_kv_key_dn_from_idx(struct ldb_module *module,
TDB_DATA *tdb_key);
/* The following definitions come from lib/ldb/ldb_tdb/ldb_search.c */
-
-int ltdb_has_wildcard(struct ldb_module *module, const char *attr_name,
- const struct ldb_val *val);
-void ltdb_search_dn1_free(struct ldb_module *module, struct ldb_message *msg);
int ldb_kv_search_dn1(struct ldb_module *module,
struct ldb_dn *dn,
struct ldb_message *msg,