URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=006790927f725133cc271438616f786826576590
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0067909 by Guy Harris (guy@xxxxxxxxxxxx):
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@xxxxxxxxxxxx>
Actions performed:
from 6e83b38 Get rid of g_hash_table_lookup asserts when loading an external host file
adds 0067909 Make get_column_longest_string() static.
Summary of changes:
epan/column.c | 26 +++++++++++++-------------
epan/column.h | 2 --
2 files changed, 13 insertions(+), 15 deletions(-)