summaryrefslogtreecommitdiff
path: root/epan/column.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-04-12 19:37:05 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-04-12 19:37:05 +0000
commit41e9bde0371c5802136fc3081097e5104c75d024 (patch)
tree8fe3fe8012da7eda78ef6d348d0f68a7a638926d /epan/column.h
parent2b19b4e07ed2667a6226865a8197715e6ad45c76 (diff)
downloadwireshark-41e9bde0371c5802136fc3081097e5104c75d024.tar.gz
Added an option to save column widths in the recent file.
Not 100% implemented for usage with configuration profiles with different column layout yet, as this requires some of the recent values to be saved in each profile. svn path=/trunk/; revision=24949
Diffstat (limited to 'epan/column.h')
-rw-r--r--epan/column.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/column.h b/epan/column.h
index 78aea67d5b..b5aff2d3fb 100644
--- a/epan/column.h
+++ b/epan/column.h
@@ -41,7 +41,7 @@ gint get_column_format(gint);
void get_column_format_matches(gboolean *, gint);
gint get_column_format_from_str(gchar *);
gchar *get_column_title(gint);
-gchar *get_column_custom_field(gint);
+const gchar *get_column_custom_field(gint);
const gchar *get_column_width_string(gint, gint);
const char *get_column_longest_string(gint);
gint get_column_char_width(gint format);