aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.h
diff options
context:
space:
mode:
authorGerasimos Dimitriadis <dimeg@intracom.gr>2010-01-24 22:25:40 +0000
committerGerasimos Dimitriadis <dimeg@intracom.gr>2010-01-24 22:25:40 +0000
commit11e340038fdf325794fc38efd323605af7a02ffa (patch)
tree8450ba6c2369cf5db736f361e7d95e7c137708c3 /epan/column.h
parent9106b7351a934173fc26edca2b981aeb614b4499 (diff)
Handle underscore escaping/unescaping of the column titles
under the new packet list svn path=/trunk/; revision=31649
Diffstat (limited to 'epan/column.h')
-rw-r--r--epan/column.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/column.h b/epan/column.h
index d8cf558bac..1f217d3022 100644
--- a/epan/column.h
+++ b/epan/column.h
@@ -49,6 +49,9 @@ gint get_column_char_width(gint format);
void
build_column_format_array(column_info *cinfo, gint num_cols, gboolean reset_fences);
+gchar* g_strdup_escape_underscore (const gchar *str);
+gchar* g_strdup_unescape_underscore (const gchar *str);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */