From 124984a171bddf0f2e2b727e31f43d19a68122f3 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 13 Sep 2012 16:40:28 +0300 Subject: server/spice-server.syms: add missing global labels Although global is the default, this makes the file more consistent. --- server/spice-server.syms | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/spice-server.syms b/server/spice-server.syms index fd2a423b..eadfed83 100644 --- a/server/spice-server.syms +++ b/server/spice-server.syms @@ -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; -- cgit