rockbox/rbutil/ipodpatcher
Dominik Riebeling 3e489c14c1 Rename print_error() in ipodpatcher and sansapatcher.
Both patchers use the same function name with one being removed when
building for rbutil. This gets in the way trying to move the patchers to
libraries, and it also results a linking dependency of sansapatcher on
ipodpatcher. Renaming the function makes both more self-contained and
avoids potential issues if the functions happen to not do the same.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23568 a1c6a512-1295-4272-9138-f99709370657
2009-11-08 13:38:10 +00:00
..
arc4.c
arc4.h
fat32format.c Make ipodpatcher compile on *BSD and recent Linux distributions - htole16/htole32 are standard BSD functions, and they now also appear in glibc 2.9 or later on Linux. As the functions are so simple, we just rename to avoid a clash instead of attempting to use the library versions on some platforms. Same as fix provided in FS#10428 by Alyssa Milburn. 2009-08-04 20:03:17 +00:00
ipod2c.c Fix a compile warning. 2009-11-07 20:03:36 +00:00
ipodio-posix.c Rename print_error() in ipodpatcher and sansapatcher. 2009-11-08 13:38:10 +00:00
ipodio-win32-scsi.c Set svn:keywords property. 2009-11-06 23:20:51 +00:00
ipodio-win32.c Rename print_error() in ipodpatcher and sansapatcher. 2009-11-08 13:38:10 +00:00
ipodio.h Rename print_error() in ipodpatcher and sansapatcher. 2009-11-08 13:38:10 +00:00
ipodpatcher.c Rename print_error() in ipodpatcher and sansapatcher. 2009-11-08 13:38:10 +00:00
ipodpatcher.h Set svn:keywords property. 2009-11-06 23:20:51 +00:00
ipodpatcher.manifest
ipodpatcher.rc
main.c Set svn:keywords property. 2009-11-06 23:20:51 +00:00
Makefile ipodpatcher and rbutil support for the Nano2G - FS#10609 with a few further changes. 2009-10-13 08:02:59 +00:00
parttypes.h