summaryrefslogtreecommitdiff
path: root/src/logind-session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logind-session.h')
-rw-r--r--src/logind-session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logind-session.h b/src/logind-session.h
index e58ff6fd8f..d9f44ef0e0 100644
--- a/src/logind-session.h
+++ b/src/logind-session.h
@@ -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);