This function was wrongly marked as deprecated in commit b41220b1441b8. Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxx> --- 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 944e133..9528f0e 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_ */ -- 2.7.4 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel