]> wimlib.net Git - wimlib/blobdiff - src/sha1.h
Modify treatment of metadata entries
[wimlib] / src / sha1.h
index 6a3406a8e443fc4862ce7afc5c2351b17e0cd3ec..5c231e378ea6d02f82bbebcfaf5e2237b7d9e682 100644 (file)
@@ -37,9 +37,9 @@ hashes_cmp(const u8 h1[SHA1_HASH_SIZE],
 }
 
 static inline void
-print_hash(const u8 hash[SHA1_HASH_SIZE])
+print_hash(const u8 hash[SHA1_HASH_SIZE], FILE *out)
 {
-       print_byte_field(hash, SHA1_HASH_SIZE);
+       print_byte_field(hash, SHA1_HASH_SIZE, out);
 }
 
 static inline bool