aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-08 17:29:57 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-08 17:29:57 +0000
commitb90a11bee38ef689b9b8a77118f2b0b0f4754e95 (patch)
treee0a38fd42b0a805e4c31588e4fb4e630dec0fb84 /epan/column.h
parent4c1be318241d0b86585b2e55c124d562d45e2475 (diff)
Make tshark and rawshark use build_column_format_array() instead of duplicating the code
svn path=/trunk/; revision=29803
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 ec8238c0da..d8cf558bac 100644
--- a/epan/column.h
+++ b/epan/column.h
@@ -47,7 +47,7 @@ const char *get_column_longest_string(gint);
gint get_column_char_width(gint format);
void
-build_column_format_array(column_info *cinfo, gboolean reset_fences);
+build_column_format_array(column_info *cinfo, gint num_cols, gboolean reset_fences);
#ifdef __cplusplus
}