chiark / gitweb /
Prep v233.3: Moved shutdown_or_sleep() and run_helper() to elogind-dbus.c, so elogind...
[elogind.git] / src / login / logind-action.h
index 33c302112e2e6834f41f357d5fc947cae27b8238..fb40ae48d2cf660a35b103fb1ba7ada15160efa7 100644 (file)
@@ -43,8 +43,6 @@ int manager_handle_action(
                 bool ignore_inhibited,
                 bool is_edge);
 
-int shutdown_or_sleep(Manager *m, HandleAction action);
-
 const char* handle_action_to_string(HandleAction h) _const_;
 HandleAction handle_action_from_string(const char *s) _pure_;