From 9398b679e8c3edd64a2e959bff5ffbe719c70f78 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Tue, 22 Sep 2009 16:39:48 +0000 Subject: Introduce cap_file_add_fdata() and start using it svn path=/trunk/; revision=30071 --- cfile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfile.h') 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 */ -- cgit v1.2.3