server/spice-server.syms: add missing global labels

Although global is the default, this makes the file more consistent.
This commit is contained in:
Alon Levy 2012-09-13 16:40:28 +03:00
parent c48812ee51
commit 124984a171

View File

@ -110,10 +110,12 @@ global:
} SPICE_SERVER_0.10.1;
SPICE_SERVER_0.10.3 {
global:
spice_server_is_server_mouse;
} SPICE_SERVER_0.10.2;
SPICE_SERVER_0.10.4 {
global:
spice_qxl_monitors_config_async;
} SPICE_SERVER_0.10.3;
@ -125,5 +127,6 @@ global:
} SPICE_SERVER_0.10.4;
SPICE_SERVER_0.11.4 {
global:
spice_server_set_exit_on_disconnect;
} SPICE_SERVER_0.11.2;