summaryrefslogtreecommitdiffstats
path: root/wiretap/tnef.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wiretap/tnef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/tnef.h b/wiretap/tnef.h
index 21873d14..46a9b2d8 100644
--- a/wiretap/tnef.h
+++ b/wiretap/tnef.h
@@ -15,6 +15,6 @@
#define TNEF_SIGNATURE 0x223E9F78
-wtap_open_return_val tnef_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val tnef_open(wtap *wth, int *err, char **err_info);
#endif