summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/ipodpatcher.h
diff options
context:
space:
mode:
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