summaryrefslogtreecommitdiffstats
path: root/server/spice-server.h
diff options
context:
space:
mode:
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_ */