diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:26 +0000 |
commit | c4e8a3222648fcf22ca207f1815ebbf7cd144eeb (patch) | |
tree | 93d5c6aa93d9987680dd1adad5685e2ad698f223 /wiretap/lanalyzer.h | |
parent | Adding upstream version 4.2.6. (diff) | |
download | wireshark-upstream.tar.xz wireshark-upstream.zip |
Adding upstream version 4.4.0.upstream/4.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wiretap/lanalyzer.h')
-rw-r--r-- | wiretap/lanalyzer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/lanalyzer.h b/wiretap/lanalyzer.h index ffae61de..cfb474d4 100644 --- a/wiretap/lanalyzer.h +++ b/wiretap/lanalyzer.h @@ -12,6 +12,6 @@ #include <glib.h> #include "wtap.h" -wtap_open_return_val lanalyzer_open(wtap *wth, int *err, gchar **err_info); +wtap_open_return_val lanalyzer_open(wtap *wth, int *err, char **err_info); #endif |