#include <checksum.h>Go to the source code of this file.
Functions | |
| checksum * | new_file_checksum_list () |
| void | compute_binary_checksum (checksum *cs_output_files, char *file, int len, int izip) |
| void | print_checksum_list (checksum *cs_output_files, int fd) |
| void compute_binary_checksum | ( | checksum * | cs_output_files, |
| char * | file, | ||
| int | len, | ||
| int | izip ) |
Definition at line 78 of file checksum.cpp.
| checksum * new_file_checksum_list | ( | ) |
Definition at line 73 of file checksum.cpp.
| void print_checksum_list | ( | checksum * | cs_output_files, |
| int | fd ) |
Definition at line 95 of file checksum.cpp.