summaryrefslogtreecommitdiff
path: root/apps/wps-display.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-08-18 01:09:31 +0000
committerJens Arnold <amiconn@rockbox.org>2004-08-18 01:09:31 +0000
commit8fb336148fb34474c67fbc6e0354daa4512a22fb (patch)
tree5910d0a54bf8424b424939a263abef0f570591f7 /apps/wps-display.h
parent6d0da414bfea35b4370ad820d28d4565521d7b12 (diff)
downloadrockbox-8fb336148fb34474c67fbc6e0354daa4512a22fb.tar.gz
rockbox-8fb336148fb34474c67fbc6e0354daa4512a22fb.zip
Const policed pointer arguments to functions, part 3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4999 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps-display.h')
-rw-r--r--apps/wps-display.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/wps-display.h b/apps/wps-display.h
index 7e5df59b5e..7f7976370a 100644
--- a/apps/wps-display.h
+++ b/apps/wps-display.h
@@ -36,8 +36,7 @@
36bool wps_refresh(struct mp3entry* id3, struct mp3entry* nid3, 36bool wps_refresh(struct mp3entry* id3, struct mp3entry* nid3,
37 int ffwd_offset, unsigned char refresh_mode); 37 int ffwd_offset, unsigned char refresh_mode);
38bool wps_display(struct mp3entry* id3, struct mp3entry* nid3); 38bool wps_display(struct mp3entry* id3, struct mp3entry* nid3);
39bool wps_load(char* file, bool display); 39bool wps_load(const char* file, bool display);
40void wps_reset(void); 40void wps_reset(void);
41char* wps_get_genre(struct mp3entry* id3);
42 41
43#endif 42#endif