Install public header files again and include required prototypes.
[jelmer/samba4-debian.git] / source / dsdb / samdb / ldb_modules / partition.c
index 56b05691bbdd1dc2bf3bb5a6f8f0c5e3554f3264..7f136338bea9eb52e02fe98cc60a3a794653f397 100644 (file)
@@ -87,7 +87,7 @@ static struct ldb_module *make_module_for_next_request(TALLOC_CTX *mem_ctx,
                                                       struct ldb_module *module)
 {
        struct ldb_module *current;
-_PUBLIC_       static const struct ldb_module_ops ops; /* zero */
+       static const struct ldb_module_ops ops; /* zero */
        current = talloc_zero(mem_ctx, struct ldb_module);
        if (current == NULL) {
                return module;