summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 027dded..a5a5a5f 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -32,7 +32,7 @@ enum {
};
#ifdef HAVE_HOTKEY
-int get_hotkey_desc_id(int hk_func);
+char* get_hotkey_desc(int hk_func);
#endif
#endif