lib ldb: remove unused function prototypes
authorGary Lockyer <gary@catalyst.net.nz>
Fri, 20 Jul 2018 01:47:16 +0000 (13:47 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 30 Jul 2018 12:31:54 +0000 (14:31 +0200)
Remove unused function prototypes

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/ldb_tdb/ldb_tdb.h

index 2ee14f7122b6c9ebbb02ded1032b7fd4c739dd11..4cbc7c2304652da3d1a9fb0244e1cb73ab741295 100644 (file)
@@ -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,