diff options
Diffstat (limited to 'wiretap/ruby_marshal.h')
-rw-r--r-- | wiretap/ruby_marshal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ruby_marshal.h b/wiretap/ruby_marshal.h index e89d3bf7..15d881bf 100644 --- a/wiretap/ruby_marshal.h +++ b/wiretap/ruby_marshal.h @@ -17,7 +17,7 @@ #define RUBY_MARSHAL_MAJOR 4 #define RUBY_MARSHAL_MINOR 8 -wtap_open_return_val ruby_marshal_open(wtap *wth, int *err, gchar **err_info); +wtap_open_return_val ruby_marshal_open(wtap *wth, int *err, char **err_info); #endif |