X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Flogin%2Flogind-session.h;h=f78f30956d2ba9b1d05bc3834f696b2ab512664c;hb=897e184c7d54156357fd204beafe06ab9bd0341a;hp=c9af5ebe0d58a96b84cd6ba4e21d16950a885086;hpb=9bb69af4f2823fdd30902f5ffd959e9b041feb53;p=elogind.git diff --git a/src/login/logind-session.h b/src/login/logind-session.h index c9af5ebe0..f78f30956 100644 --- a/src/login/logind-session.h +++ b/src/login/logind-session.h @@ -55,6 +55,7 @@ typedef enum SessionType { SESSION_TTY, SESSION_X11, SESSION_WAYLAND, + SESSION_MIR, _SESSION_TYPE_MAX, _SESSION_TYPE_INVALID = -1 } SessionType; @@ -169,7 +170,7 @@ SessionClass session_class_from_string(const char *s) _pure_; const char *kill_who_to_string(KillWho k) _const_; KillWho kill_who_from_string(const char *s) _pure_; -void session_mute_vt(Session *s); +void session_prepare_vt(Session *s); void session_restore_vt(Session *s); bool session_is_controller(Session *s, const char *sender);