aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-20 00:57:10 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-20 00:57:10 +0000
commit5f5e1085eaecd2c9e2eea7a6437442d2406f0433 (patch)
treec515f995e51d78a0e7330f15e5c3bc27e8602fd0
parent0aef9fc00d5a4abfb9e2e44e757a9c037f9da2f9 (diff)
Reflect that tvb_new() is now an internal routine.
svn path=/trunk/; revision=47756
-rw-r--r--epan/tvbuff.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 8e3485d3b6..2d830d3925 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -196,8 +196,7 @@ extern void tvb_composite_append(tvbuff_t* tvb, tvbuff_t* member);
/** Prepend to the list of tvbuffs that make up this composite tvbuff */
extern void tvb_composite_prepend(tvbuff_t* tvb, tvbuff_t* member);
-/** Helper function that calls tvb_new(TVBUFF_COMPOSITE).
- * Provided only to maintain symmetry with other constructors */
+/** Create an empty composite tvbuff. */
extern tvbuff_t* tvb_new_composite(void);
/** Mark a composite tvbuff as initialized. No further appends or prepends