From 8b8fa8b80c6b306b9ca249fa3ef64e83f49efa35 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Wed, 23 Apr 2014 17:38:43 +0200 Subject: login: rename session_mute_vt() to session_prepare_vt() This function is no longer just about muteing the VT. We do all kinds of VT setup for sessions using the controller-API. Rename the function to something more appropriate. --- src/login/logind-session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/login/logind-session.h') diff --git a/src/login/logind-session.h b/src/login/logind-session.h index 7ecc9f0d4f..f78f30956d 100644 --- a/src/login/logind-session.h +++ b/src/login/logind-session.h @@ -170,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); -- cgit v1.2.3-54-g00ecf