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