Fix use of some modules (needed _PUBLIC_).
[jelmer/samba4-debian.git] / source / dsdb / samdb / ldb_modules / rootdse.c
index 80173084ecb71acae05935697df075a63c4c304f..3235b24ef90a4ce71dc4f0de67b1f1c0f2dc14c5 100644 (file)
@@ -386,7 +386,7 @@ static int rootdse_init(struct ldb_module *module)
        return ldb_next_init(module);
 }
 
-const struct ldb_module_ops ldb_rootdse_module_ops = {
+_PUBLIC_ const struct ldb_module_ops ldb_rootdse_module_ops = {
        .name                   = "rootdse",
        .init_context           = rootdse_init,
        .search                 = rootdse_search,