summaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wiretap/netmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/netmon.h b/wiretap/netmon.h
index 2146b35e..155222af 100644
--- a/wiretap/netmon.h
+++ b/wiretap/netmon.h
@@ -12,6 +12,6 @@
#include <glib.h>
#include "wtap.h"
-wtap_open_return_val netmon_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val netmon_open(wtap *wth, int *err, char **err_info);
#endif