chiark / gitweb /
login: rename session_mute_vt() to session_prepare_vt()
[elogind.git] / src / login / logind-session.h
index 7ecc9f0d4f1df8d025f497b2290e0c3d8648e94c..f78f30956d2ba9b1d05bc3834f696b2ab512664c 100644 (file)
@@ -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);