aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-23 09:40:38 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-23 09:40:38 +0000
commitf23161ffdef48d155932d94f415e0ddd2d787ee9 (patch)
treedfb5930291f2d98e6c77344ceaf5619f966094f5 /epan/tvbuff.h
parent7599ed2631028475da016ac36c1a43c28a0defaa (diff)
Change return type of tvb_format_text from guint8* to gchar*.
Remove now unnecessary casts in two files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9801 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index aa5339510a..d2319ba64f 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -9,7 +9,7 @@
* the data of a backing tvbuff, or can be a composite of
* other tvbuffs.
*
- * $Id: tvbuff.h,v 1.36 2003/12/03 09:50:40 sahlberg Exp $
+ * $Id: tvbuff.h,v 1.37 2004/01/23 09:40:38 jmayer Exp $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -380,7 +380,7 @@ extern char *tvb_fake_unicode(tvbuff_t *tvb, int offset, int len,
/*
* Format the data in the tvb from offset for size ...
*/
-extern guint8 * tvb_format_text(tvbuff_t *tvb, gint offset, gint size);
+extern gchar * tvb_format_text(tvbuff_t *tvb, gint offset, gint size);
/*
* Given a tvbuff, an offset, and a length, allocate a buffer big enough