mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-17 17:50:07 +00:00
server/spice-server.syms: fix 0.8 compatibility
spice_server_migrate_connect is in 0.8.3 in the released 0.8 branch, and so should not be changed in 0.10. This doesn't break the 0.9.1 release which didn't contain this symbol at all, only 0.9.2 release that hopefully no one actually packaged.
This commit is contained in:
parent
8e049ce3b0
commit
1b8a8b2517
@ -82,6 +82,11 @@ global:
|
||||
spice_qxl_flush_surfaces_async;
|
||||
} SPICE_SERVER_0.8.1;
|
||||
|
||||
SPICE_SERVER_0.8.3 {
|
||||
global:
|
||||
spice_server_migrate_connect;
|
||||
} SPICE_SERVER_0.8.2;
|
||||
|
||||
SPICE_SERVER_0.10.0 {
|
||||
global:
|
||||
spice_server_playback_set_mute;
|
||||
@ -89,6 +94,5 @@ global:
|
||||
spice_server_record_set_mute;
|
||||
spice_server_record_set_volume;
|
||||
spice_server_get_num_clients;
|
||||
spice_server_migrate_connect;
|
||||
} SPICE_SERVER_0.8.2;
|
||||
} SPICE_SERVER_0.8.3;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user