diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-09 02:58:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-13 19:59:28 +0200 |
commit | 88e3dc903bd543a74b8699c1575b0da9eeab24a2 (patch) | |
tree | a2a1995d00afef84d404b5a0fe2e233d202b96c1 /src/logind-session.h | |
parent | d4b36d99f1b3821243d3f122128623dd2653b1cf (diff) |
loginctl: implement more verbs
Diffstat (limited to 'src/logind-session.h')
-rw-r--r-- | src/logind-session.h | 1 |
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); |