chiark / gitweb /
loginctl: implement more verbs
[elogind.git] / src / logind-session.h
index e58ff6fd8f53fa97b78e192f3b897b654bae58f6..d9f44ef0e04d8cd93973a26370bcc3374901d497 100644 (file)
@@ -105,6 +105,7 @@ extern const DBusObjectPathVTable bus_session_vtable;
 
 int session_send_signal(Session *s, bool new_session);
 int session_send_changed(Session *s, const char *properties);
+int session_send_lock(Session *s, bool lock);
 
 const char* session_type_to_string(SessionType t);
 SessionType session_type_from_string(const char *s);