From d6b219387c2a5c31c070186e08b02e68b266d21d Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 23 Aug 2009 20:06:46 +0000 Subject: Extend beastpatcher command line. - prepare for building without included bootloader binary - allow specifying a bootloader.bin file on the command line git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22479 a1c6a512-1295-4272-9138-f99709370657 --- utils/MTP/beastpatcher/beastpatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/MTP/beastpatcher/beastpatcher.h') diff --git a/utils/MTP/beastpatcher/beastpatcher.h b/utils/MTP/beastpatcher/beastpatcher.h index d5a4eb0dce..f523979662 100644 --- a/utils/MTP/beastpatcher/beastpatcher.h +++ b/utils/MTP/beastpatcher/beastpatcher.h @@ -40,7 +40,7 @@ #ifndef BEASTPATCHER_H #define BEASTPATCHER_H -int beastpatcher(void); +int beastpatcher(const unsigned char* bootfile); int sendfirm(const char* filename); #endif -- cgit v1.2.3