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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/pcap-common.h b/wiretap/pcap-common.h
index d4fc81c507..dfcf5f1be5 100644
--- a/wiretap/pcap-common.h
+++ b/wiretap/pcap-common.h
@@ -39,7 +39,7 @@ extern void pcap_read_post_process(int file_type, int wtap_encap,
extern int pcap_get_phdr_size(int encap,
const union wtap_pseudo_header *pseudo_header);
-extern gboolean pcap_write_phdr(wtap_dumper *wdh, int wtap_encap,
+extern gboolean pcap_write_phdr(wftap_dumper *wdh, int wtap_encap,
const union wtap_pseudo_header *pseudo_header, int *err);
#endif