aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/netscreen.h')
-rw-r--r--wiretap/netscreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/netscreen.h b/wiretap/netscreen.h
index f652f0cd44..ec6e687772 100644
--- a/wiretap/netscreen.h
+++ b/wiretap/netscreen.h
@@ -49,6 +49,6 @@
#define NETSCREEN_MAX_PACKET_LEN 65536
-int netscreen_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val netscreen_open(wtap *wth, int *err, gchar **err_info);
#endif