summaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
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