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/stanag4607.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/stanag4607.h') diff --git a/wiretap/stanag4607.h b/wiretap/stanag4607.h index bb3f2b3d78..602aaf87fd 100644 --- a/wiretap/stanag4607.h +++ b/wiretap/stanag4607.h @@ -25,6 +25,6 @@ #include #include "ws_symbol_export.h" -int stanag4607_open(wtap *wth, int *err, gchar **err_info); +wtap_open_return_val stanag4607_open(wtap *wth, int *err, gchar **err_info); #endif -- cgit v1.2.1