chiark / gitweb /
login: support more than just power-gpio-key
[elogind.git] / src / login / logind-action.h
index 5269237c61566fcc6e0ff9c0f9f3a9080268c049..99b06bff8b7a40973ec6ec29c71f7cd0e2e9f856 100644 (file)
@@ -44,7 +44,7 @@ int manager_handle_action(
                 bool ignore_inhibited,
                 bool is_edge);
 
-int shutdown_or_sleep(HandleAction action);
+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_;