From 5947291294a7feafb84617cfaadb5c689a007313 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 9 Oct 2014 18:04:16 -0700 Subject: Fix declared types of open routines. Change-Id: Ifa38dfec31ec5b03f00d6e077902184a9ae2ee0e Reviewed-on: https://code.wireshark.org/review/4583 Reviewed-by: Guy Harris --- wiretap/visual.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/visual.h') diff --git a/wiretap/visual.h b/wiretap/visual.h index 123538a061..dfa9818dc1 100644 --- a/wiretap/visual.h +++ b/wiretap/visual.h @@ -30,7 +30,7 @@ #include #include "ws_symbol_export.h" -int visual_open(wtap *wth, int *err, gchar **err_info); +wtap_open_return_val visual_open(wtap *wth, int *err, gchar **err_info); gboolean visual_dump_open(wtap_dumper *wdh, int *err); int visual_dump_can_write_encap(int encap); -- cgit v1.2.1