diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-06-25 13:26:04 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-06-25 13:26:04 +0000 |
commit | bb9aaf50654bb32184d289b18f110cf9fd6687d1 (patch) | |
tree | 188943fa5d709086a89de94f1b3f98ed12979bea /apps/wps.h | |
parent | 3f9c7c2ab5edef46346fed58807307ea4499b39c (diff) |
A step towards WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1184 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.h')
-rw-r--r-- | apps/wps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.h b/apps/wps.h index 2bc6fbf8dc..4963ffee4f 100644 --- a/apps/wps.h +++ b/apps/wps.h @@ -21,7 +21,7 @@ #include "id3.h" #include "playlist.h" -void wps_show_play(char* filename); +void wps_show(void); //void wps_show_playlist(char* current, playlist_info_t *list); #endif |