summaryrefslogtreecommitdiffstats
path: root/server/spice-server.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2014-11-27 15:01:19 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2014-11-27 15:03:38 +0100
commit116d84a22904a3ae5bb7c1336523c4d330eaf0cd (patch)
tree14183a7a38245630362c99f16a08e59f393f482e /server/spice-server.h
parentea4e9f28bf779771a7f361229d4320fd6e771cb7 (diff)
downloadspice-116d84a22904a3ae5bb7c1336523c4d330eaf0cd.tar.gz
spice-116d84a22904a3ae5bb7c1336523c4d330eaf0cd.tar.xz
spice-116d84a22904a3ae5bb7c1336523c4d330eaf0cd.zip
Move spice_server_get_num_clients() declaration
This function is not related to migration.
Diffstat (limited to 'server/spice-server.h')
-rw-r--r--server/spice-server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/spice-server.h b/server/spice-server.h
index ac63a940..01f9a943 100644
--- a/server/spice-server.h
+++ b/server/spice-server.h
@@ -121,4 +121,6 @@ void spice_server_set_uuid(SpiceServer *s, const uint8_t uuid[16]);
void spice_server_vm_start(SpiceServer *s);
void spice_server_vm_stop(SpiceServer *s);
+int spice_server_get_num_clients(SpiceServer *s);
+
#endif /* SPICE_SERVER_H_ */