aboutsummaryrefslogtreecommitdiffstats
path: root/frame_tvbuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'frame_tvbuff.h')
-rw-r--r--frame_tvbuff.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/frame_tvbuff.h b/frame_tvbuff.h
index be0cb489fe..0e1352cf1c 100644
--- a/frame_tvbuff.h
+++ b/frame_tvbuff.h
@@ -35,6 +35,10 @@ extern tvbuff_t *frame_tvbuff_new(const frame_data *fd, const guint8 *buf);
extern tvbuff_t *frame_tvbuff_new_buffer(const frame_data *fd, Buffer *buf);
+extern tvbuff_t *file_tvbuff_new(const frame_data *fd, const guint8 *buf);
+
+extern tvbuff_t *file_tvbuff_new_buffer(const frame_data *fd, Buffer *buf);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */