aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-19 23:55:19 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-19 23:55:19 +0000
commitbd7c0171a9fc3a196323781c086308a9915bfb2b (patch)
tree35e5b28350607298c4113db9e77612a5303eeef4 /epan/tvbuff.c
parent29715ccc8f78d9a2f791437f49d6718615795c15 (diff)
Make tvb_new() an internal routine to epan/tvbuff.c; we export various
routines to create new tvbuffs that do what dissectors need to do, and those are the only routines that should be used. svn path=/trunk/; revision=47752
Diffstat (limited to 'epan/tvbuff.c')
-rw-r--r--epan/tvbuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbuff.c b/epan/tvbuff.c
index 96bae3108d..dc714a675a 100644
--- a/epan/tvbuff.c
+++ b/epan/tvbuff.c
@@ -105,7 +105,7 @@ tvb_init(tvbuff_t *tvb, const tvbuff_type type)
}
-tvbuff_t *
+static tvbuff_t *
tvb_new(const tvbuff_type type)
{
tvbuff_t *tvb;