summaryrefslogtreecommitdiff
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-01-23 09:40:38 +0000
committerJörg Mayer <jmayer@loplof.de>2004-01-23 09:40:38 +0000
commit11e10e61fd1152180388b3e8afa4e0b742b57e4e (patch)
treedfb5930291f2d98e6c77344ceaf5619f966094f5 /epan/tvbuff.h
parentccb1d95e1b8f17e2469c5be2e7a85d0b038c3e7b (diff)
downloadwireshark-11e10e61fd1152180388b3e8afa4e0b742b57e4e.tar.gz
Change return type of tvb_format_text from guint8* to gchar*.
Remove now unnecessary casts in two files. svn path=/trunk/; revision=9801
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