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