chiark / gitweb /
Prep v239: Fix ustreams move of the unneeded target_table into its own also unneeded...
[elogind.git] / src / login / logind-action.h
index a45aab7854722435279befd0f9208f5adb9c2cc2..bc2d36050237e43ef249c749c88c437aaa9dfee7 100644 (file)
@@ -31,6 +31,8 @@ int manager_handle_action(
 const char* handle_action_to_string(HandleAction h) _const_;
 HandleAction handle_action_from_string(const char *s) _pure_;
 
+#if 0 /// elogind does this itself. No target table required
 const char* manager_target_for_action(HandleAction handle);
+#endif // 0
 
 CONFIG_PARSER_PROTOTYPE(config_parse_handle_action);