summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/ipodpatcher.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-06-17 17:52:13 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-06-17 17:52:13 +0000
commitd131a312668f2503546d7e1047c4a6be47ca0589 (patch)
tree9bd6582b61be4fd4af074d39a0b0c347dc8e8b6c /rbutil/ipodpatcher/ipodpatcher.h
parent8436e29e7e618db15ae28d9ff4c16c560f18deef (diff)
downloadrockbox-d131a312668f2503546d7e1047c4a6be47ca0589.tar.gz
rockbox-d131a312668f2503546d7e1047c4a6be47ca0589.zip
Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17730 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/ipodpatcher/ipodpatcher.h')
-rw-r--r--rbutil/ipodpatcher/ipodpatcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/ipodpatcher.h b/rbutil/ipodpatcher/ipodpatcher.h
index 91a28ecea9..54f4f6b7e3 100644
--- a/rbutil/ipodpatcher/ipodpatcher.h
+++ b/rbutil/ipodpatcher/ipodpatcher.h
@@ -29,7 +29,8 @@ extern "C" {
29/* Size of buffer for disk I/O - 8MB is large enough for any version 29/* Size of buffer for disk I/O - 8MB is large enough for any version
30 of the Apple firmware, but not the Nano's RSRC image. */ 30 of the Apple firmware, but not the Nano's RSRC image. */
31#define BUFFER_SIZE 8*1024*1024 31#define BUFFER_SIZE 8*1024*1024
32extern unsigned char* sectorbuf; 32extern unsigned char* ipod_sectorbuf;
33extern int ipod_verbose;
33 34
34#define FILETYPE_DOT_IPOD 0 35#define FILETYPE_DOT_IPOD 0
35#define FILETYPE_DOT_BIN 1 36#define FILETYPE_DOT_BIN 1