summaryrefslogtreecommitdiff
path: root/plugins/hotkeys/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-25 12:22:57 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-25 12:22:57 +0100
commite1e8da8bfe85e42b4e0c893170acd7ecbe3af512 (patch)
treea153f644c8db59f2343d9e1a39b49f06792e2f26 /plugins/hotkeys/actionhandlers.h
parent4d190480e4dbb382673e5a2f698fe39c9feb9b80 (diff)
added new set_mute/is_mute API; added hotkey for this
Diffstat (limited to 'plugins/hotkeys/actionhandlers.h')
-rw-r--r--plugins/hotkeys/actionhandlers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/hotkeys/actionhandlers.h b/plugins/hotkeys/actionhandlers.h
index 7457f8eb..46a2e0cb 100644
--- a/plugins/hotkeys/actionhandlers.h
+++ b/plugins/hotkeys/actionhandlers.h
@@ -96,4 +96,7 @@ 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);
+int
+action_toggle_mute_handler (DB_plugin_action_t *act, int ctx);
+
#endif