aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-20 16:36:19 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-20 23:37:28 +0000
commitf66e45b112cd283698996cc72bc659b9715ff5ef (patch)
treea6a5ad55321a58be72b027a8a23f1f29a783d194 /file.h
parent43a21c810ab8b8183881a6fee81f567f4e0b8e81 (diff)
Export cf_set_frame_edited().
Change-Id: I6569b020ff00d6748840a00ca418653d9e3fdb9b Reviewed-on: https://code.wireshark.org/review/4886 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'file.h')
-rw-r--r--file.h1
1 files changed, 1 insertions, 0 deletions
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