summaryrefslogtreecommitdiffstats
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 4eb7c823b8..027ddedc8f 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -31,4 +31,8 @@ enum {
ONPLAY_PLAYLIST,
};
+#ifdef HAVE_HOTKEY
+int get_hotkey_desc_id(int hk_func);
+#endif
+
#endif