From d131a312668f2503546d7e1047c4a6be47ca0589 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 17 Jun 2008 17:52:13 +0000 Subject: 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 --- rbutil/sansapatcher/sansapatcher.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rbutil/sansapatcher/sansapatcher.h') diff --git a/rbutil/sansapatcher/sansapatcher.h b/rbutil/sansapatcher/sansapatcher.h index d082e6b08b..73abf6f9de 100644 --- a/rbutil/sansapatcher/sansapatcher.h +++ b/rbutil/sansapatcher/sansapatcher.h @@ -26,10 +26,11 @@ extern "C" { #include "sansaio.h" +extern int sansa_verbose; /* 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* sansa_sectorbuf; #define FILETYPE_MI4 0 #define FILETYPE_INTERNAL 1 -- cgit v1.2.3