chiark / gitweb /
cgls: add pager support to systemd-cgls
[elogind.git] / src / logind-session.h
index d0cf0ed8866e3888a2be47938d69e27c61a9db91..e58ff6fd8f53fa97b78e192f3b897b654bae58f6 100644 (file)
@@ -86,13 +86,12 @@ struct Session {
 
 Session *session_new(Manager *m, User *u, const char *id);
 void session_free(Session *s);
-int session_check_gc(Session *s);
+int session_check_gc(Session *s, bool drop_not_started);
 void session_add_to_gc_queue(Session *s);
 int session_activate(Session *s);
 bool session_is_active(Session *s);
 int session_get_idle_hint(Session *s, dual_timestamp *t);
 void session_set_idle_hint(Session *s, bool b);
-int session_open_fifo(Session *s);
 int session_create_fifo(Session *s);
 void session_remove_fifo(Session *s);
 int session_start(Session *s);