summaryrefslogtreecommitdiff
path: root/src/sd-login.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sd-login.h')
-rw-r--r--src/sd-login.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sd-login.h b/src/sd-login.h
index c6835e1235..1623a7dbf6 100644
--- a/src/sd-login.h
+++ b/src/sd-login.h
@@ -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);