summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-04-12 13:25:16 +0000
committerNils Wallménius <nils@rockbox.org>2008-04-12 13:25:16 +0000
commit84dc8d2c7ea58e15b624a7fbc26d5c48ab6c9c0c (patch)
tree77aece5b6b45f9ecd0630ec179cd85e7793f6eed /firmware/export
parentfef82552e19efd2f2a7c5918c650bbf39bfd454d (diff)
downloadrockbox-84dc8d2c7ea58e15b624a7fbc26d5c48ab6c9c0c.tar.gz
rockbox-84dc8d2c7ea58e15b624a7fbc26d5c48ab6c9c0c.zip
Move a function to gwps-common.c because it belongs there
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17084 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/id3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 8b2d02ea30..8aaf76f73c 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -232,7 +232,6 @@ enum {
232bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename); 232bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename);
233bool mp3info(struct mp3entry *entry, const char *filename); 233bool mp3info(struct mp3entry *entry, const char *filename);
234char* id3_get_num_genre(unsigned int genre_num); 234char* id3_get_num_genre(unsigned int genre_num);
235char* id3_get_codec(const struct mp3entry* id3);
236int getid3v2len(int fd); 235int getid3v2len(int fd);
237void adjust_mp3entry(struct mp3entry *entry, void *dest, const void *orig); 236void adjust_mp3entry(struct mp3entry *entry, void *dest, const void *orig);
238void copy_mp3entry(struct mp3entry *dest, const struct mp3entry *orig); 237void copy_mp3entry(struct mp3entry *dest, const struct mp3entry *orig);