summaryrefslogtreecommitdiff
path: root/wiretap/logcat.h
diff options
context:
space:
mode:
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 71a0e7da5b..447c4dcb71 100644
--- a/wiretap/logcat.h
+++ b/wiretap/logcat.h
@@ -57,7 +57,7 @@ struct logger_entry_v2 {
/* char msg[0]; *//* the entry's payload */
};
-int logcat_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val logcat_open(wtap *wth, int *err, gchar **err_info);
gboolean logcat_binary_dump_open(wtap_dumper *wdh, int *err);