summaryrefslogtreecommitdiff
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-27 21:34:05 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-27 21:34:05 +0000
commitcce642c0f70fc6e39b1744726093c66b661d0e78 (patch)
tree6ceac3940cc9311ae721f7b8e67c3c3935abdc6e /epan/tvbuff.h
parente3a94e034282626b2e24157f6f00bdd39f029ba8 (diff)
downloadwireshark-cce642c0f70fc6e39b1744726093c66b661d0e78.tar.gz
Fix a comment, and update Gerald's e-mail address.
svn path=/trunk/; revision=3471
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 0c043dda64..d008fb1145 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -9,12 +9,12 @@
* the data of a backing tvbuff, or can be a composite of
* other tvbuffs.
*
- * $Id: tvbuff.h,v 1.12 2001/03/23 14:44:02 jfoster Exp $
+ * $Id: tvbuff.h,v 1.13 2001/05/27 21:34:05 guy Exp $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
@@ -119,7 +119,7 @@ guint tvb_decrement_usage_count(tvbuff_t*, guint count);
/* Set a callback function to call when a tvbuff is actually freed
* (once the usage count drops to 0). One argument is passed to
- * that callback --- the guint* that points to the real data.
+ * that callback --- a void* that points to the real data.
* Obviously, this only applies to a TVBUFF_REAL_DATA tvbuff. */
void tvb_set_free_cb(tvbuff_t*, tvbuff_free_cb_t);