mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +03:00
r19671: Fix remaining unresolved symbols in shared library build.
Fix starting tests in shared library build.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4422031d1d
commit
3b65a0d6e4
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user