s4-dsdb: convert the rest of the ldb modules to the new module type
[ira/wip.git] / source4 / dsdb / samdb / ldb_modules / extended_dn_out.c
index b44e595958254b6eedf88aa800e4c3e64934b9d8..eab14edde26f97bb40ad645be1db6d88b994f94f 100644 (file)
@@ -880,7 +880,7 @@ static const struct ldb_module_ops ldb_extended_dn_out_fds_module_ops = {
 /*
   initialise the module
  */
-_PUBLIC_ int ldb_extended_dn_out_init(const char *ldb_version)
+_PUBLIC_ int ldb_extended_dn_out_module_init(const char *ldb_version)
 {
        int ret;
        ret = ldb_register_module(&ldb_extended_dn_out_ldb_module_ops);