db-move: moved gnome-clocks from [testing] to [extra] (x86_64)
[arch-packages.git] / libid3tag / trunk / libid3tag-gperf.patch
blob9dfad6c723b91e57cb82922e66d306759173126c
1 Index: libid3tag-0.15.1b/frametype.h
2 ===================================================================
3 --- libid3tag-0.15.1b.orig/frametype.h
4 +++ libid3tag-0.15.1b/frametype.h
5 @@ -37,6 +37,6 @@ extern struct id3_frametype const id3_fr
6 extern struct id3_frametype const id3_frametype_obsolete;
8 struct id3_frametype const *id3_frametype_lookup(register char const *,
9 - register unsigned int);
10 + register size_t);
12 # endif
13 Index: libid3tag-0.15.1b/compat.h
14 ===================================================================
15 --- libid3tag-0.15.1b.orig/compat.h
16 +++ libid3tag-0.15.1b/compat.h
17 @@ -34,7 +34,7 @@ struct id3_compat {
20 struct id3_compat const *id3_compat_lookup(register char const *,
21 - register unsigned int);
22 + register size_t);
24 int id3_compat_fixup(struct id3_tag *);