diff options
author | Alon Levy <alevy@redhat.com> | 2012-09-13 16:40:28 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-09-13 16:43:01 +0300 |
commit | 124984a171bddf0f2e2b727e31f43d19a68122f3 (patch) | |
tree | 3d245ad93b3a43df2fea345c7ccff15f2d31e6e9 | |
parent | c48812ee5177aaae5f1f46a26736c2812d95552a (diff) |
server/spice-server.syms: add missing global labels
Although global is the default, this makes the file more consistent.
-rw-r--r-- | server/spice-server.syms | 3 |
1 files changed, 3 insertions, 0 deletions
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; |