aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/logcat.h
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-10-13 18:48:46 -0700
committerGuy Harris <gharris@sonic.net>2020-10-14 04:51:45 +0000
commit6e6233521aa4f0e82b79219cb7e32912012d9ccf (patch)
tree1836305bf265c1aff78d61677343f3fa23bc2aac /wiretap/logcat.h
parent92e1b110f3f70d295adb10ce0dc5fad9a7189912 (diff)
Have WTAP_ERR_INTERNAL include an err_info string giving details.
That way, users won't just see "You got an internal error", the details will be given, so they can report them in a bug.
Diffstat (limited to 'wiretap/logcat.h')
-rw-r--r--wiretap/logcat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/logcat.h b/wiretap/logcat.h
index 9da5caa45f..f760e29d8c 100644
--- a/wiretap/logcat.h
+++ b/wiretap/logcat.h
@@ -47,7 +47,7 @@ struct logger_entry_v2 {
wtap_open_return_val logcat_open(wtap *wth, int *err, gchar **err_info);
-gboolean logcat_binary_dump_open(wtap_dumper *wdh, int *err);
+gboolean logcat_binary_dump_open(wtap_dumper *wdh, int *err, gchar **err_info);
int logcat_dump_can_write_encap(int encap);