diff options
Diffstat (limited to 'wiretap/vms.h')
-rw-r--r-- | wiretap/vms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/vms.h b/wiretap/vms.h index cb8c98f8..1768c592 100644 --- a/wiretap/vms.h +++ b/wiretap/vms.h @@ -14,6 +14,6 @@ #include "wtap.h" #include "ws_symbol_export.h" -wtap_open_return_val vms_open(wtap *wth, int *err, gchar **err_info); +wtap_open_return_val vms_open(wtap *wth, int *err, char **err_info); #endif |