chiark / gitweb /
logind: fix delayed execution regression
[elogind.git] / src / login / logind.h
index cd226f55fc8cc5502b5256817aaa548114885716..e12c59a012254880b5f663b1d92a86ba8180e791 100644 (file)
@@ -196,3 +196,5 @@ int manager_get_seat_from_creds(Manager *m, sd_bus_message *message, const char
 
 int manager_setup_wall_message_timer(Manager *m);
 bool logind_wall_tty_filter(const char *tty, void *userdata);
+
+int manager_dispatch_delayed(Manager *manager, bool timeout);