From 04913778d899939cefbcfa47de50e9c9a1aa0447 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Thu, 3 Sep 2015 16:55:39 +0200 Subject: Declare col_get_text() as WS_DLL_PUBLIC Bug: 11498 Change-Id: I5204bd27cee044a57913e48c4da00628f3f58bf8 Reviewed-on: https://code.wireshark.org/review/10374 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin --- epan/column-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/column-utils.h') diff --git a/epan/column-utils.h b/epan/column-utils.h index 6f3776f4f3..5da1c805bc 100644 --- a/epan/column-utils.h +++ b/epan/column-utils.h @@ -201,7 +201,7 @@ WS_DLL_PUBLIC void col_clear_fence(column_info *cinfo, const gint col); * * @return the text string */ -extern const gchar *col_get_text(column_info *cinfo, const gint col); +WS_DLL_PUBLIC const gchar *col_get_text(column_info *cinfo, const gint col); /** Clears the text of a column element. * -- cgit v1.2.3