s4-dsdb: make dsdb_search_dn_with_deleted public for repl_meta_data module
authorAndrew Tridgell <tridge@samba.org>
Fri, 25 Sep 2009 00:20:34 +0000 (17:20 -0700)
committerAndrew Tridgell <tridge@samba.org>
Mon, 28 Sep 2009 00:22:50 +0000 (10:22 +1000)
source4/dsdb/common/util.c

index 52ba40b02f20892fddd6b3b574e16906cbd5c68c..b6b90c9828af4a9c44cb1536607c9fe4f302c4a8 100644 (file)
@@ -2187,11 +2187,11 @@ int dsdb_find_dn_by_guid(struct ldb_context *ldb,
 /*
   search for attrs on one DN, allowing for deleted objects
  */
-static int dsdb_search_dn_with_deleted(struct ldb_context *ldb,
-                                      TALLOC_CTX *mem_ctx,
-                                      struct ldb_result **_res,
-                                      struct ldb_dn *basedn,
-                                      const char * const *attrs)
+int dsdb_search_dn_with_deleted(struct ldb_context *ldb,
+                               TALLOC_CTX *mem_ctx,
+                               struct ldb_result **_res,
+                               struct ldb_dn *basedn,
+                               const char * const *attrs)
 {
        int ret;
        struct ldb_request *req;