diff options
Diffstat (limited to 'src/logind-session.h')
-rw-r--r-- | src/logind-session.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/logind-session.h b/src/logind-session.h index 9f58165da9..a30c3e727e 100644 --- a/src/logind-session.h +++ b/src/logind-session.h @@ -96,6 +96,8 @@ char *session_bus_path(Session *s); extern const DBusObjectPathVTable bus_session_vtable; +int session_send_signal(Session *s, bool new_session); + const char* session_type_to_string(SessionType t); SessionType session_type_from_string(const char *s); |