X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-session.h;h=a007fb5e84cf468fe02df363ce0e4af94bb04eb2;hb=c9a267b1b7009065a67dbf2c638b03c6801f7bbe;hp=cb8514e580b9d3e3dd2bc173a69f6b2382d82f06;hpb=92683ad2e28c79891e4123d9a421b018dc58870c;p=elogind.git diff --git a/src/login/logind-session.h b/src/login/logind-session.h index cb8514e58..a007fb5e8 100644 --- a/src/login/logind-session.h +++ b/src/login/logind-session.h @@ -56,6 +56,7 @@ typedef enum SessionType { SESSION_X11, SESSION_WAYLAND, SESSION_MIR, + SESSION_WEB, _SESSION_TYPE_MAX, _SESSION_TYPE_INVALID = -1 } SessionType; @@ -173,6 +174,7 @@ KillWho kill_who_from_string(const char *s) _pure_; int session_prepare_vt(Session *s); void session_restore_vt(Session *s); +void session_leave_vt(Session *s); bool session_is_controller(Session *s, const char *sender); int session_set_controller(Session *s, const char *sender, bool force);