Reflect that tvb_new() is now an internal routine.

svn path=/trunk/; revision=47756
This commit is contained in:
Guy Harris 2013-02-20 00:57:10 +00:00
parent 0aef9fc00d
commit 5f5e1085ea
1 changed files with 1 additions and 2 deletions

View File

@ -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