s4-dsdb: Make dsdb_setup_sorted_accessors() public
[ira/wip.git] / source4 / dsdb / schema / schema_set.c
index 344e9bb67736b3a3fe9321d8f767a6aaad176f8e..4a4466af3485b3352cad020f1117cf462f459179 100644 (file)
@@ -264,8 +264,8 @@ static void dsdb_sorted_accessors_free(struct dsdb_schema *schema)
 /*
   create the sorted accessor arrays for the schema
  */
-static int dsdb_setup_sorted_accessors(struct ldb_context *ldb,
-                                      struct dsdb_schema *schema)
+int dsdb_setup_sorted_accessors(struct ldb_context *ldb,
+                               struct dsdb_schema *schema)
 {
        struct dsdb_class *cur;
        struct dsdb_attribute *a;