summaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wiretap/vwr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/vwr.h b/wiretap/vwr.h
index d2074168..d6ce3a3f 100644
--- a/wiretap/vwr.h
+++ b/wiretap/vwr.h
@@ -11,7 +11,8 @@
#define __VWR_H__
#include "ws_symbol_export.h"
+#include "wtap.h"
-wtap_open_return_val vwr_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val vwr_open(wtap *wth, int *err, char **err_info);
#endif