aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff-int.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-14 08:41:04 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-14 08:41:04 +0000
commit2131f2250837f40595968c5fb52f6bcc3e165064 (patch)
tree168f28b3cbe6a7c1cfa36912771fefa94d98c70c /epan/tvbuff-int.h
parentb3e0623e5ca3661404db30e9a702b1c11ad6e5d9 (diff)
Rewrite packet-mime-encap to use composite tvbs + cloning
svn path=/trunk/; revision=50571
Diffstat (limited to 'epan/tvbuff-int.h')
-rw-r--r--epan/tvbuff-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/tvbuff-int.h b/epan/tvbuff-int.h
index 2fdb2caa1f..890138f8d4 100644
--- a/epan/tvbuff-int.h
+++ b/epan/tvbuff-int.h
@@ -94,6 +94,8 @@ struct tvb_composite {
WS_DLL_PUBLIC tvbuff_t *tvb_new(const struct tvb_ops *ops);
+tvbuff_t *tvb_new_temporary(tvbuff_t *backing);
+
void tvb_add_to_chain(tvbuff_t *parent, tvbuff_t *child);
guint tvb_offset_from_real_beginning_counter(const tvbuff_t *tvb, const guint counter);