aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/eyesdn.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/eyesdn.h')
-rw-r--r--wiretap/eyesdn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/eyesdn.h b/wiretap/eyesdn.h
index 97c5194e14..c000a8bf6a 100644
--- a/wiretap/eyesdn.h
+++ b/wiretap/eyesdn.h
@@ -26,7 +26,7 @@
#include <wtap.h>
#include "ws_symbol_export.h"
-int eyesdn_open(wftap *wfth, int *err, gchar **err_info);
+int eyesdn_open(wtap *wth, int *err, gchar **err_info);
enum EyeSDN_TYPES {
EYESDN_ENCAP_ISDN=0,
@@ -40,7 +40,7 @@ enum EyeSDN_TYPES {
EYESDN_ENCAP_V5_EF
};
-gboolean eyesdn_dump_open(wftap_dumper *wdh, int *err);
+gboolean eyesdn_dump_open(wtap_dumper *wdh, int *err);
int eyesdn_dump_can_write_encap(int encap);
#endif