aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.h
diff options
context:
space:
mode:
authorGerasimos Dimitriadis <dimeg@intracom.gr>2010-01-25 18:14:01 +0000
committerGerasimos Dimitriadis <dimeg@intracom.gr>2010-01-25 18:14:01 +0000
commit065546cdcb5b8e7a78ad93f011c3ad50ae2500e2 (patch)
tree6ebeb42a699efcb948a394bfaba245aa963934c7 /epan/column.h
parentf1f528deeb799ede12c04297454858531b39432c (diff)
Change the prefix of the underscore escaping/unescaping
functions from g_ to ws_; Insert function names in libwireshark.def svn path=/trunk/; revision=31662
Diffstat (limited to 'epan/column.h')
-rw-r--r--epan/column.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/column.h b/epan/column.h
index 1f217d3022..99eb31b8f3 100644
--- a/epan/column.h
+++ b/epan/column.h
@@ -49,8 +49,8 @@ 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);
+gchar* ws_strdup_escape_underscore (const gchar *str);
+gchar* ws_strdup_unescape_underscore (const gchar *str);
#ifdef __cplusplus
}