X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Futil.h;h=b459afd8eee8eccd1f00d7e5a1bb7e2d7124f9dc;hb=81be60d782a4b4b8ae2e40141fc42b6e0e2d2706;hp=1fb1f0998758278d845f4d2261f6fce40348d43f;hpb=b1c4e6a269ae4c969060e33685db12f76a204a58;p=wimlib diff --git a/src/util.h b/src/util.h index 1fb1f099..b459afd8 100644 --- a/src/util.h +++ b/src/util.h @@ -128,8 +128,6 @@ extern void randomize_byte_array(u8 *p, size_t n); extern void randomize_char_array_with_alnum(char p[], size_t n); -extern int sha1sum(const char *filename, void *buf); - extern const char *path_next_part(const char *path, size_t *first_part_len_ret);