diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-06-23 13:07:34 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-06-23 13:07:34 +0200 |
commit | 8bc521f3e5e83fddc08a031aa7cf7499514ee732 (patch) | |
tree | 386753580f47d05c640e68b50b2120a2af48373e /src/hash.h | |
parent | b1cfc3181bc83b43e07f3b801166c8c8181cecf8 (diff) | |
download | 0xFFFF-8bc521f3e5e83fddc08a031aa7cf7499514ee732.tar.bz2 |
do_hash_file - align size for mmc images, append chars \xff (nokia flasher needs mmc images alingned)
Diffstat (limited to 'src/hash.h')
-rw-r--r-- | src/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ #define BSIZE 0x20000 usho do_hash(usho *b, int len); -usho do_hash_file(const char *filename); +usho do_hash_file(const char *filename, const char *type); #endif |