From 58a6487b540ee2eb30753573ba84b3837f6d9471 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sun, 6 Apr 2014 19:25:36 +0200 Subject: Add WS_DLL_PUBLIC for p_remove_proto_data and tvb_child_uncompres function Change-Id: If043683f366fedd849688ca3c512707954221a3b Reviewed-on: https://code.wireshark.org/review/984 Reviewed-by: Michael Mann Reviewed-by: Anders Broman --- epan/tvbuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/tvbuff.h') diff --git a/epan/tvbuff.h b/epan/tvbuff.h index 6d0df81e4a..7d51a6ac0c 100644 --- a/epan/tvbuff.h +++ b/epan/tvbuff.h @@ -785,7 +785,7 @@ WS_DLL_PUBLIC tvbuff_t *tvb_uncompress(tvbuff_t *tvb, const int offset, * length comprlen. Returns an uncompressed tvbuffer attached to tvb if * uncompression succeeded or NULL if uncompression failed. */ -extern tvbuff_t *tvb_child_uncompress(tvbuff_t *parent, tvbuff_t *tvb, +WS_DLL_PUBLIC tvbuff_t *tvb_child_uncompress(tvbuff_t *parent, tvbuff_t *tvb, const int offset, int comprlen); /* From tvbuff_base64.c */ -- cgit v1.2.3