forked from len0rd/rockbox
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
This commit is contained in:
parent
8436e29e7e
commit
d131a31266
8 changed files with 163 additions and 167 deletions
|
|
@ -29,7 +29,8 @@ extern "C" {
|
|||
/* Size of buffer for disk I/O - 8MB is large enough for any version
|
||||
of the Apple firmware, but not the Nano's RSRC image. */
|
||||
#define BUFFER_SIZE 8*1024*1024
|
||||
extern unsigned char* sectorbuf;
|
||||
extern unsigned char* ipod_sectorbuf;
|
||||
extern int ipod_verbose;
|
||||
|
||||
#define FILETYPE_DOT_IPOD 0
|
||||
#define FILETYPE_DOT_BIN 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue