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 f6f5db20..20f7f660 100644
--- a/plugins/hotkeys/actionhandlers.h
+++ b/plugins/hotkeys/actionhandlers.h
@@ -30,4 +30,10 @@ action_jump_to_current_handler (DB_plugin_action_t *act, int ctx);
int
action_reload_metadata_handler (DB_plugin_action_t *act, int ctx);
+int
+action_next_playlist_handler (DB_plugin_action_t *act, int ctx);
+
+int
+action_prev_playlist_handler (DB_plugin_action_t *act, int ctx);
+
#endif