Fix use of some modules (needed _PUBLIC_).
[jelmer/samba4-debian.git] / source / dsdb / samdb / ldb_modules / password_hash.c
index 380045c1cf04a11f31789bc6002a5c7513c797ed..aa64700f2f8d297be2f1f9280ec9f6ba76854573 100644 (file)
@@ -2044,7 +2044,7 @@ static int password_hash_wait(struct ldb_handle *handle, enum ldb_wait_type type
        }
 }
 
-const struct ldb_module_ops ldb_password_hash_module_ops = {
+_PUBLIC_ const struct ldb_module_ops ldb_password_hash_module_ops = {
        .name          = "password_hash",
        .add           = password_hash_add,
        .modify        = password_hash_modify,