summaryrefslogtreecommitdiff
path: root/plugins/hotkeys/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-24 14:04:24 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-24 14:04:24 +0100
commitd03201c8933688dc078eef401cbccdff25657c35 (patch)
treea2ab0aaa1133f218cadddecf2eb63e3be5a2de0a /plugins/hotkeys/actionhandlers.h
parentbf755d6c49ae1c65f10d13958ea3d32f92786ffe (diff)
hotkeys: added prev/next playlist hotkeys
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