]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: Drop needless declaration of proto_register_libvirt() and proto_reg_handof...
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 13 Oct 2025 08:34:51 +0000 (10:34 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 14 Oct 2025 13:08:23 +0000 (15:08 +0200)
commitb825bb556bd3967bf5422c243b77bd4038e317e2
treeeb06720216bb15e69e6ac16f52dc9dc879d6177e
parent235e265b4159f09c1c9a7be621b2646275326c55
wireshark: Drop needless declaration of proto_register_libvirt() and proto_reg_handoff_libvirt()

Both proto_register_libvirt() and proto_reg_handoff_libvirt() are
declared in packet-libvirt.h which is included from plugin.c.
There's no need to provide another declaration in plugin.c.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
tools/wireshark/src/plugin.c