summaryrefslogtreecommitdiff
path: root/plugins/hotkeys/actionhandlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hotkeys/actionhandlers.h')
-rw-r--r--plugins/hotkeys/actionhandlers.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/hotkeys/actionhandlers.h b/plugins/hotkeys/actionhandlers.h
index d18d4f25..b1f65db2 100644
--- a/plugins/hotkeys/actionhandlers.h
+++ b/plugins/hotkeys/actionhandlers.h
@@ -83,4 +83,11 @@ action_sort_by_tracknr_handler (DB_plugin_action_t *act, int ctx);
int
action_sort_by_title_handler (DB_plugin_action_t *act, int ctx);
+
+int
+action_invert_selection_handler (DB_plugin_action_t *act, int ctx);
+
+int
+action_clear_playlist_handler (DB_plugin_action_t *act, int ctx);
+
#endif