chiark / gitweb /
sd-login: add new call sd_seat_can_multi_session()
[elogind.git] / src / sd-login.h
index c6835e123545774a4b66889344d5f517eea4ec8b..1623a7dbf612fd1bd16517e56edefa41b59f62b3 100644 (file)
@@ -82,6 +82,9 @@ int sd_seat_get_active(const char *seat, char **session, uid_t *uid);
 /* Return sessions and users on seat */
 int sd_seat_get_sessions(const char *seat, char ***sessions, uid_t **uid, unsigned *n_uids);
 
+/* Return whether the seat is multi-session capable */
+int sd_seat_can_multi_session(const char *seat);
+
 /* Get all seats */
 int sd_get_seats(char ***seats);