From ee02a9c7c51d069de26f04d8d9464d573ed82d22 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 28 Mar 2012 23:59:27 +1100 Subject: Made the last parameter of EndFileTransferPacket partitionType (obtained from the device's PIT) --- heimdall/source/BridgeManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'heimdall/source/BridgeManager.h') diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h index f929ac9..a1586c8 100644 --- a/heimdall/source/BridgeManager.h +++ b/heimdall/source/BridgeManager.h @@ -121,8 +121,8 @@ namespace Heimdall bool SendPitFile(FILE *file) const; int ReceivePitFile(unsigned char **pitBuffer) const; - bool SendFile(FILE *file, int destination, int fileIdentifier = -1) const; - bool ReceiveDump(int chipType, int chipId, FILE *file) const; + bool SendFile(FILE *file, unsigned int destination, unsigned int partitionType, unsigned int fileIdentifier = 0xFFFFFFFF) const; + bool ReceiveDump(unsigned int chipType, unsigned int chipId, FILE *file) const; bool IsVerbose(void) const { -- cgit v1.1