From d32b4c0758a882eec5ebe21eef545ba19572e09d Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 2 Apr 2010 15:18:03 +0000 Subject: Revert SVN #32360 until Windows compilation errors corrected. svn path=/trunk/; revision=32361 --- epan/column.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'epan/column.h') diff --git a/epan/column.h b/epan/column.h index 89c0bec4a9..d8cf558bac 100644 --- a/epan/column.h +++ b/epan/column.h @@ -35,19 +35,19 @@ typedef struct _fmt_data { gchar *custom_field; } fmt_data; -const gchar *col_format_to_string(const gint); -const gchar *col_format_desc(const gint); -gint get_column_format(const gint); -void get_column_format_matches(gboolean *, const gint); -gint get_column_format_from_str(const gchar *); -gchar *get_column_title(const gint); -const gchar *get_column_custom_field(const gint); -const gchar *get_column_width_string(const gint, const gint); -const char *get_column_longest_string(const gint); -gint get_column_char_width(const gint format); +const gchar *col_format_to_string(gint); +const gchar *col_format_desc(gint); +gint get_column_format(gint); +void get_column_format_matches(gboolean *, gint); +gint get_column_format_from_str(gchar *); +gchar *get_column_title(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); void -build_column_format_array(column_info *cinfo, const gint num_cols, const gboolean reset_fences); +build_column_format_array(column_info *cinfo, gint num_cols, gboolean reset_fences); #ifdef __cplusplus } -- cgit v1.2.1