diff options
Diffstat (limited to '')
-rw-r--r-- | wiretap/cosine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/cosine.h b/wiretap/cosine.h index 6afa467a..83bac77c 100644 --- a/wiretap/cosine.h +++ b/wiretap/cosine.h @@ -16,6 +16,6 @@ #include "wtap.h" #include "ws_symbol_export.h" -wtap_open_return_val cosine_open(wtap *wth, int *err, gchar **err_info); +wtap_open_return_val cosine_open(wtap *wth, int *err, char **err_info); #endif |