aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascendtext.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/ascendtext.h')
-rw-r--r--wiretap/ascendtext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ascendtext.h b/wiretap/ascendtext.h
index 369ffa1cd2..cb4c6c9c73 100644
--- a/wiretap/ascendtext.h
+++ b/wiretap/ascendtext.h
@@ -27,6 +27,6 @@
#define ASCEND_MAX_DATA_COLS 16
#define ASCEND_MAX_PKT_LEN (ASCEND_MAX_DATA_ROWS * ASCEND_MAX_DATA_COLS)
-int ascend_open(wtap *wth, int *err, gchar **err_info);
+int ascend_open(wftap *wfth, int *err, gchar **err_info);
#endif