summaryrefslogtreecommitdiff
path: root/utils/MTP/beastpatcher/beastpatcher.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-08-23 20:06:46 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-08-23 20:06:46 +0000
commitd6b219387c2a5c31c070186e08b02e68b266d21d (patch)
treeabb85c387ee3a387b8d41c840ef2e0f1cf52622c /utils/MTP/beastpatcher/beastpatcher.h
parent7feb6399383eb3b5cb63ba5f1d2db3117fd09528 (diff)
downloadrockbox-d6b219387c2a5c31c070186e08b02e68b266d21d.tar.gz
rockbox-d6b219387c2a5c31c070186e08b02e68b266d21d.zip
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
Diffstat (limited to 'utils/MTP/beastpatcher/beastpatcher.h')
-rw-r--r--utils/MTP/beastpatcher/beastpatcher.h2
1 files changed, 1 insertions, 1 deletions
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 @@
40#ifndef BEASTPATCHER_H 40#ifndef BEASTPATCHER_H
41#define BEASTPATCHER_H 41#define BEASTPATCHER_H
42 42
43int beastpatcher(void); 43int beastpatcher(const unsigned char* bootfile);
44int sendfirm(const char* filename); 44int sendfirm(const char* filename);
45 45
46#endif 46#endif