diff options
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 899393272f..79246dbb17 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); +int beastpatcher(const char* bootfile, const char* firmfile); int sendfirm(const char* filename); #endif |