summaryrefslogtreecommitdiff
path: root/wiretap/nettl.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/nettl.h')
-rw-r--r--wiretap/nettl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/nettl.h b/wiretap/nettl.h
index e15fd3d1d4..0bf695d02f 100644
--- a/wiretap/nettl.h
+++ b/wiretap/nettl.h
@@ -128,8 +128,8 @@
#define NETTL_HDR_PDU_MASK 0x30000000
-int nettl_open(wtap *wth, int *err, gchar **err_info);
-gboolean nettl_dump_open(wtap_dumper *wdh, int *err);
+int nettl_open(wftap *wfth, int *err, gchar **err_info);
+gboolean nettl_dump_open(wftap_dumper *wdh, int *err);
int nettl_dump_can_write_encap(int encap);
#endif