index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
wps.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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 5a7d816..4b4e63e 100644
--- a/
apps/wps.h
+++ b/
apps/wps.h
@@ -21,6 +21,6 @@
#include "id3.h"
#include "playlist.h"
-void wps_show(void);
+int wps_show(void);
#endif