diff options
Diffstat (limited to 'wiretap/snoop.h')
-rw-r--r-- | wiretap/snoop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/snoop.h b/wiretap/snoop.h index 746764d9..b083eea9 100644 --- a/wiretap/snoop.h +++ b/wiretap/snoop.h @@ -13,6 +13,6 @@ #include "wtap.h" #include "ws_symbol_export.h" -wtap_open_return_val snoop_open(wtap *wth, int *err, gchar **err_info); +wtap_open_return_val snoop_open(wtap *wth, int *err, char **err_info); #endif |