summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-01-29 13:20:22 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-01-29 13:20:22 +0000
commitefb165f65c860356d91b67e26ac1a5b8d4a2bd4d (patch)
treed13e539fa4028bf99594d6e21530e47c23bb8797 /apps/tree.h
parent38bc30b0d62eadb904c320f7c0f5f2086b170ccc (diff)
downloadrockbox-efb165f65c860356d91b67e26ac1a5b8d4a2bd4d.zip
rockbox-efb165f65c860356d91b67e26ac1a5b8d4a2bd4d.tar.gz
rockbox-efb165f65c860356d91b67e26ac1a5b8d4a2bd4d.tar.bz2
rockbox-efb165f65c860356d91b67e26ac1a5b8d4a2bd4d.tar.xz
Added basic playlist creation. Creates <dirname>.m3u in the parent directory, containing all mp3/mp2/mpa files found recursively. The process can be aborted with OFF or STOP.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3185 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 25e6539..6b88790 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -24,5 +24,6 @@
void browse_root(void);
void set_current_file(char *path);
bool dirbrowse(char *root);
+bool create_playlist(void);
#endif