chiark / gitweb /
login: fix pos-array allocation
[elogind.git] / src / login / logind-session.h
index 42552bc2bdc62b69f27e46fca25bb144c305c044..c9af5ebe0d58a96b84cd6ba4e21d16950a885086 100644 (file)
@@ -136,7 +136,7 @@ int session_get_idle_hint(Session *s, dual_timestamp *t);
 void session_set_idle_hint(Session *s, bool b);
 int session_create_fifo(Session *s);
 int session_start(Session *s);
-int session_stop(Session *s);
+int session_stop(Session *s, bool force);
 int session_finalize(Session *s);
 void session_release(Session *s);
 int session_save(Session *s);