r19671: Fix remaining unresolved symbols in shared library build.
[bbaumbach/samba-autobuild/.git] / source4 / lib / compression / mszip.c
index 7a6371528c8863b9d8bb6bf4801f0fc579d770ff..c25fb99b7fe6fb4137930bc358aaf9f9d869d241 100644 (file)
@@ -641,7 +641,7 @@ static int32_t Zipinflate_block(struct decomp_state *decomp_state, int32_t *e)
   return 2;
 }
 
-struct decomp_state *ZIPdecomp_state(TALLOC_CTX *mem_ctx)
+_PUBLIC_ struct decomp_state *ZIPdecomp_state(TALLOC_CTX *mem_ctx)
 {
        return talloc_zero(mem_ctx, struct decomp_state);
 }