|
|
@ -37,6 +37,8 @@ class Checksum { |
|
|
|
string checksum_of_file(string filepath, checksum_algorithms alg); |
|
|
|
oxum_t oxum_of_file(string filepath); |
|
|
|
oxum_t oxum_of_filelist( list<string> filepaths); |
|
|
|
void get_logstream( stringstream & log); |
|
|
|
void reset_logstream(); |
|
|
|
}; |
|
|
|
|
|
|
|
#endif
|
|
|
|