diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-09-24 17:07:08 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-09-24 17:07:08 +0000 |
commit | 0cab10e2f5b16d0425713c6dfe691007510c2f4a (patch) | |
tree | 330a6b3d6dfbc138d1ba8b127cbe91df764caf51 /utils/MTP/beastpatcher/beastpatcher.h | |
parent | 092a36bc77a8046c3c78efa2004b7b016efab0b3 (diff) | |
download | rockbox-0cab10e2f5b16d0425713c6dfe691007510c2f4a.tar.gz rockbox-0cab10e2f5b16d0425713c6dfe691007510c2f4a.zip |
Add non-interactive mode to beastpatcher.
- Extend beastpatcher() to optionally work non-interactively.
- Don't ask for confirmation if beastpatcher was started with command line arguments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22820 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/beastpatcher/beastpatcher.h')
-rw-r--r-- | utils/MTP/beastpatcher/beastpatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/MTP/beastpatcher/beastpatcher.h b/utils/MTP/beastpatcher/beastpatcher.h index 79246dbb17..d9a26b18b8 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(const char* bootfile, const char* firmfile); +int beastpatcher(const char* bootfile, const char* firmfile, int interactive); int sendfirm(const char* filename); #endif |