diff options
Diffstat (limited to '')
-rw-r--r-- | wiretap/mp2t.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/mp2t.h b/wiretap/mp2t.h index 76bd7f49..0ccec8f4 100644 --- a/wiretap/mp2t.h +++ b/wiretap/mp2t.h @@ -14,6 +14,6 @@ #include <glib.h> #include "wtap.h" -wtap_open_return_val mp2t_open(wtap *wth, int *err, gchar **err_info); +wtap_open_return_val mp2t_open(wtap *wth, int *err, char **err_info); #endif |