summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 8540aaf2c7..7b47479e4b 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -21,4 +21,10 @@
21 21
22int onplay(char* file, int attr); 22int onplay(char* file, int attr);
23 23
24enum {
25 ONPLAY_OK,
26 ONPLAY_RELOAD_DIR,
27 ONPLAY_START_PLAY
28};
29
24#endif 30#endif