From c08fa6f3cf2ded7ff34393739c7b26c953f74ddb Mon Sep 17 00:00:00 2001 From: Gerasimos Dimitriadis Date: Tue, 26 Jan 2010 18:21:17 +0000 Subject: Move underscore escaping/unscaping function to strutil.c; Update decoding of IS-801 Request GPS Acquisition Assistance svn path=/trunk/; revision=31685 --- epan/column.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'epan/column.h') diff --git a/epan/column.h b/epan/column.h index 99eb31b8f3..d8cf558bac 100644 --- a/epan/column.h +++ b/epan/column.h @@ -49,9 +49,6 @@ gint get_column_char_width(gint format); void build_column_format_array(column_info *cinfo, gint num_cols, gboolean reset_fences); -gchar* ws_strdup_escape_underscore (const gchar *str); -gchar* ws_strdup_unescape_underscore (const gchar *str); - #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3