s4-dsdb: convert the rest of the ldb modules to the new module type
[ira/wip.git] / source4 / dsdb / samdb / ldb_modules / simple_ldap_map.c
index cee952126d4f183eb407086d3005261868b5b4fc..5d09bda0819c66f6b3dd0a72407bfe073239dca9 100644 (file)
@@ -937,7 +937,7 @@ static const struct ldb_module_ops ldb_nsuniqueid_module_ops = {
 /*
   initialise the module
  */
-_PUBLIC_ int ldb_simple_ldap_map_init(const char *ldb_version)
+_PUBLIC_ int ldb_simple_ldap_map_module_init(const char *ldb_version)
 {
        int ret;
        ret = ldb_register_module(&ldb_entryuuid_module_ops);