diff options
Diffstat (limited to 'epan/strutil.h')
-rw-r--r-- | epan/strutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/strutil.h b/epan/strutil.h index 3499afc59f..4ee9b22025 100644 --- a/epan/strutil.h +++ b/epan/strutil.h @@ -62,9 +62,9 @@ int get_token_len(const guchar *linep, const guchar *lineend, * * @see tvb_format_text() */ -gchar* format_text(const guchar *line, int len); +gchar* format_text(const guchar *line, size_t len); -gchar* format_text_wsp(const guchar *line, int len); +gchar* format_text_wsp(const guchar *line, size_t len); /** Turn an array of bytes into a string showing the bytes in hex. * |