summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 03861e9cf6..26b1247f7b 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -28,6 +28,7 @@
28enum { 28enum {
29 ONPLAY_NO_CUSTOMACTION, 29 ONPLAY_NO_CUSTOMACTION,
30 ONPLAY_CUSTOMACTION_SHUFFLE_SONGS, 30 ONPLAY_CUSTOMACTION_SHUFFLE_SONGS,
31 ONPLAY_CUSTOMACTION_FIRSTLETTER,
31}; 32};
32 33
33int onplay(char* file, int attr, int from_context, bool hotkey, int customaction); 34int onplay(char* file, int attr, int from_context, bool hotkey, int customaction);