mirror of https://github.com/xfarrow/dircomp.git
Update dircomp.h
This commit is contained in:
parent
62be980488
commit
b7efa99c55
|
@ -41,7 +41,7 @@ int byte_by_byte_file_comparison(char*, char*);
|
||||||
|
|
||||||
int hash_by_hash_file_comparison(char*, char*);
|
int hash_by_hash_file_comparison(char*, char*);
|
||||||
|
|
||||||
unsigned char* sha1(char *filename)
|
unsigned char* sha1(char*);
|
||||||
|
|
||||||
unsigned char* sha1_legacy(char*);
|
unsigned char* sha1_legacy(char*);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue