spice/server/spice-wrapped.h
Frediano Ziglio f6f998004b Wrap spice.h in order to do some adjustment
Instead of including spice.h directly include an header that wraps
it. This allows to remove the SPICE_SERVER_INTERNAL define.
Currently is used to rename SpiceCharDeviceInstance to RedCharDevice
and reduce its visibility to hidden. This remove some warnings
and some weird code in the source.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2020-05-01 06:58:09 +01:00

36 lines
1.0 KiB
C

/*
Copyright (C) 2020 Red Hat, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#undef SPICE_SERVER_INTERNAL
#include <spice/macros.h>
#undef SPICE_GNUC_DEPRECATED
#define SPICE_GNUC_DEPRECATED
#define SpiceCharDeviceState RedCharDevice
#include "push-visibility.h"
struct RedCharDevice;
struct SpiceCharDeviceInstance;
#include "pop-visibility.h"
#include "spice.h"
#undef SpiceCharDeviceState