aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/mpeg.h')
-rw-r--r--wiretap/mpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/mpeg.h b/wiretap/mpeg.h
index 7da2e0f04c..6f44af2a95 100644
--- a/wiretap/mpeg.h
+++ b/wiretap/mpeg.h
@@ -26,6 +26,6 @@
#include <glib.h>
#include <wtap.h>
-int mpeg_open(wftap *wfth, int *err, gchar **err_info);
+int mpeg_open(wtap *wth, int *err, gchar **err_info);
#endif