s4-dsdb: removed gendb_search_single_extended_dn()
[ira/wip.git] / lib / util / util_ldb.h
index 4575c6565a1c7e871b905023421ac495078575de..f9eb0289160ca8183d68bdaef002fd8dd8430339 100644 (file)
@@ -26,12 +26,4 @@ int gendb_search_dn(struct ldb_context *ldb,
 int gendb_add_ldif(struct ldb_context *ldb, const char *ldif_string);
 char *wrap_casefold(void *context, void *mem_ctx, const char *s, size_t n);
 
-int gendb_search_single_extended_dn(struct ldb_context *ldb,
-                                   TALLOC_CTX *mem_ctx,
-                                   struct ldb_dn *basedn,
-                                   enum ldb_scope scope,
-                                   struct ldb_message **msg,
-                                   const char * const *attrs,
-                                   const char *format, ...)  PRINTF_ATTRIBUTE(7,8);
-
 #endif /* __LIB_UTIL_UTIL_LDB_H__ */