From f66e45b112cd283698996cc72bc659b9715ff5ef Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 20 Oct 2014 16:36:19 -0700 Subject: Export cf_set_frame_edited(). Change-Id: I6569b020ff00d6748840a00ca418653d9e3fdb9b Reviewed-on: https://code.wireshark.org/review/4886 Reviewed-by: Guy Harris --- file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'file.h') diff --git a/file.h b/file.h index 51ed688f6d..559fa7cf6e 100644 --- a/file.h +++ b/file.h @@ -682,6 +682,7 @@ guint32 cf_comment_types(capture_file *cf); * @param phdr the struct wtap_pkthdr for the frame * @param pd the raw packet data for the frame */ +WS_DLL_PUBLIC void cf_set_frame_edited(capture_file *cf, frame_data *fd, struct wtap_pkthdr *phdr, guint8 *pd); #endif -- cgit v1.2.3