Rename print_error() in ipodpatcher and sansapatcher.
commitdaeea8cb3a8a17714c8d098359ccbf23c86a576f
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Sun, 8 Nov 2009 13:38:10 +0000 (8 13:38 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Sun, 8 Nov 2009 13:38:10 +0000 (8 13:38 +0000)
tree81287c64b91f3776a400241386fcad0c27718d33
parentbbd473a9026cce0fdbb0450d2132ee846aa825bc
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
rbutil/ipodpatcher/ipodio-posix.c
rbutil/ipodpatcher/ipodio-win32.c
rbutil/ipodpatcher/ipodio.h
rbutil/ipodpatcher/ipodpatcher.c
rbutil/sansapatcher/sansaio-posix.c
rbutil/sansapatcher/sansaio-win32.c
rbutil/sansapatcher/sansaio.h
rbutil/sansapatcher/sansapatcher.c