summaryrefslogtreecommitdiffstats
path: root/server/spice-migration.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-migration.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-migration.h')
-rw-r--r--server/spice-migration.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/spice-migration.h b/server/spice-migration.h
index e2fc92eb..51c6444d 100644
--- a/server/spice-migration.h
+++ b/server/spice-migration.h
@@ -49,9 +49,6 @@ int spice_server_migrate_info(SpiceServer *s, const char* dest,
const char* cert_subject);
int spice_server_migrate_switch(SpiceServer *s);
-/* server status */
-int spice_server_get_num_clients(SpiceServer *s);
-
/* spice (semi-)seamless client migration */
int spice_server_migrate_connect(SpiceServer *s, const char* dest,
int port, int secure_port,