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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/hotkeys/actionhandlers.h b/plugins/hotkeys/actionhandlers.h
index b1f65db2..7457f8eb 100644
--- a/plugins/hotkeys/actionhandlers.h
+++ b/plugins/hotkeys/actionhandlers.h
@@ -90,4 +90,10 @@ action_invert_selection_handler (DB_plugin_action_t *act, int ctx);
int
action_clear_playlist_handler (DB_plugin_action_t *act, int ctx);
+int
+action_add_to_playqueue_handler (DB_plugin_action_t *act, int ctx);
+
+int
+action_remove_from_playqueue_handler (DB_plugin_action_t *act, int ctx);
+
#endif