summaryrefslogtreecommitdiff
path: root/apps/play.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-06-10 07:58:04 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-06-10 07:58:04 +0000
commitd044f5575fa530023a991dd90ab8f270819e7b74 (patch)
tree800cbed9d2d62036c125db34cbe5e2ebdc8c8ddb /apps/play.h
parent6229aa2e6f9d4576af9567e7fb292ebb0751d981 (diff)
downloadrockbox-d044f5575fa530023a991dd90ab8f270819e7b74.tar.gz
rockbox-d044f5575fa530023a991dd90ab8f270819e7b74.zip
Changed prototype of playtune
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@926 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/play.h')
-rw-r--r--apps/play.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/play.h b/apps/play.h
index b63df29c82..a8e68a61b6 100644
--- a/apps/play.h
+++ b/apps/play.h
@@ -17,4 +17,4 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20void playtune(char *dir, char *file); 20void playtune(char *filename);