From 79dcba4efa44a0e26f0b0ac6bb598a098da50481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 11 May 2016 20:16:42 +0200 Subject: [PATCH] spice-migration.h: un-deprecate set_seamless_migration() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This function was wrongly marked as deprecated in commit b41220b1441b8. Signed-off-by: Marc-André Lureau Acked-by: Frediano Ziglio --- server/spice-migration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/spice-migration.h b/server/spice-migration.h index 944e133f..9528f0ed 100644 --- a/server/spice-migration.h +++ b/server/spice-migration.h @@ -56,6 +56,6 @@ int spice_server_migrate_connect(SpiceServer *s, const char* dest, int spice_server_migrate_start(SpiceServer *s); int spice_server_migrate_end(SpiceServer *s, int completed); -void spice_server_set_seamless_migration(SpiceServer *s, int enable) G_GNUC_DEPRECATED; +void spice_server_set_seamless_migration(SpiceServer *s, int enable); #endif /* SPICE_MIGRATION_H_ */