aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-20 18:25:10 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-21 01:25:51 +0000
commit8dd032e84aca50e0b6aec75ea0498c0a70197409 (patch)
tree0909f6494d0554e40c268329ac1c29ff1d86c335
parent8868cf175ad3cb1d84653bc869de8c004817b3bb (diff)
file.c isn't in a DLL, so what it exports shouldn't be WS_DLL_PUBLIC.
Change-Id: I1fcd0422703d21ce3d0764a23bd491708ffc6785 Reviewed-on: https://code.wireshark.org/review/4890 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.h b/file.h
index 559fa7cf6e..51ed688f6d 100644
--- a/file.h
+++ b/file.h
@@ -682,7 +682,6 @@ 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