summaryrefslogtreecommitdiff
path: root/epan/column.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-09-27 11:29:03 -0700
committerGuy Harris <guy@alum.mit.edu>2014-09-27 18:29:31 +0000
commit006790927f725133cc271438616f786826576590 (patch)
treeabcc5ebe79f968700213f56c1897f39a31be2d89 /epan/column.h
parent6e83b3802001479d72ff39cd54601871e8987c57 (diff)
downloadwireshark-006790927f725133cc271438616f786826576590.tar.gz
Make get_column_longest_string() static.
It's not used outside epan/column.c, so don't export it. Change-Id: I38e084946d92f3c31b06fc4fc1991c88e652f58a Reviewed-on: https://code.wireshark.org/review/4334 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/column.h')
-rw-r--r--epan/column.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/column.h b/epan/column.h
index d9ccc38376..3061c36e82 100644
--- a/epan/column.h
+++ b/epan/column.h
@@ -74,8 +74,6 @@ void set_column_custom_occurrence(const gint, const gint);
WS_DLL_PUBLIC
const gchar *get_column_width_string(const gint, const gint);
WS_DLL_PUBLIC
-const char *get_column_longest_string(const gint);
-WS_DLL_PUBLIC
gint get_column_char_width(const gint format);
WS_DLL_PUBLIC