From 70122d62302c97bcd205956a544b8e79f2a4a50f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 14 Oct 2020 14:11:16 +0200 Subject: chardev/spice: make qemu_chr_open_spice_port static Signed-off-by: Gerd Hoffmann Reviewed-by: Philippe Mathieu-Daudé Message-id: 20201014121120.13482-4-kraxel@redhat.com --- include/chardev/spice.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/chardev/spice.h') diff --git a/include/chardev/spice.h b/include/chardev/spice.h index 99f26aedde..1115502cdf 100644 --- a/include/chardev/spice.h +++ b/include/chardev/spice.h @@ -24,7 +24,4 @@ typedef struct SpiceChardev SpiceChardev; DECLARE_INSTANCE_CHECKER(SpiceChardev, SPICE_CHARDEV, TYPE_CHARDEV_SPICE) -void qemu_chr_open_spice_port(Chardev *chr, ChardevBackend *backend, - bool *be_opened, Error **errp); - #endif -- cgit v1.2.3-55-g7522