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 /ui/iface_lists.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 'ui/iface_lists.h')
-rw-r--r-- | ui/iface_lists.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/iface_lists.h b/ui/iface_lists.h index 5bfca2e5..b0124521 100644 --- a/ui/iface_lists.h +++ b/ui/iface_lists.h @@ -45,7 +45,7 @@ extern void scan_local_interfaces_filtered(GList * allowed_types, void (*update_ /* * Hide the interfaces */ -extern void hide_interface(gchar* new_hide); +extern void hide_interface(char* new_hide); /* * Update the global interface list from preferences. |