aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/netmon.h')
-rw-r--r--wiretap/netmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/netmon.h b/wiretap/netmon.h
index 5f5f05ef11..60fefd7021 100644
--- a/wiretap/netmon.h
+++ b/wiretap/netmon.h
@@ -24,7 +24,7 @@
#include <glib.h>
#include <wtap.h>
-int netmon_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val netmon_open(wtap *wth, int *err, gchar **err_info);
gboolean netmon_dump_open(wtap_dumper *wdh, int *err);
int netmon_dump_can_write_encap_1_x(int encap);
int netmon_dump_can_write_encap_2_x(int encap);