summaryrefslogtreecommitdiff
path: root/cfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfile.h b/cfile.h
index 9608d70001..613bc47cb4 100644
--- a/cfile.h
+++ b/cfile.h
@@ -95,4 +95,6 @@ typedef struct _capture_file {
void init_cap_file(capture_file *cf);
+void cap_file_add_fdata(capture_file *cf, frame_data *fdata);
+
#endif /* cfile.h */