summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index ee183450fa..7245ac2016 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1986,3 +1986,9 @@ int onplay(char* file, int attr, int from, bool hotkey)
1986 return onplay_result; 1986 return onplay_result;
1987 } 1987 }
1988} 1988}
1989
1990int get_onplay_context(void)
1991{
1992 return context;
1993}
1994