aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/pcap-common.h')
-rw-r--r--wiretap/pcap-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/pcap-common.h b/wiretap/pcap-common.h
index 4f7fb25cf2..734d81856f 100644
--- a/wiretap/pcap-common.h
+++ b/wiretap/pcap-common.h
@@ -32,8 +32,8 @@
#include "ws_symbol_export.h"
extern int pcap_process_pseudo_header(FILE_T fh, int file_type, int wtap_encap,
- guint packet_size, gboolean check_packet_size, struct wtap_pkthdr *phdr,
- union wtap_pseudo_header *pseudo_header, int *err, gchar **err_info);
+ guint packet_size, gboolean check_packet_size,
+ struct wtap_pkthdr *phdr, int *err, gchar **err_info);
extern void pcap_read_post_process(int file_type, int wtap_encap,
union wtap_pseudo_header *pseudo_header,