chiark / gitweb /
logind: check return value of session_release
[elogind.git] / src / login / logind-session.h
index 0505f7f0bdfd62bc32d018c9398816616565b34c..9305dca83f88e3a3a6956e0c48896034fe41ad15 100644 (file)
@@ -137,7 +137,7 @@ int session_create_fifo(Session *s);
 int session_start(Session *s);
 int session_stop(Session *s, bool force);
 int session_finalize(Session *s);
-void session_release(Session *s);
+int session_release(Session *s);
 int session_save(Session *s);
 int session_load(Session *s);
 int session_kill(Session *s, KillWho who, int signo);