Add files via upload
This commit is contained in:
15
source/sfv_md5/create.h
Normal file
15
source/sfv_md5/create.h
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
// SFV ファイル
|
||||
int create_sfv(
|
||||
wchar_t *uni_buf,
|
||||
wchar_t *file_name, // 検査対象のファイル名
|
||||
__int64 *prog_end, // 経過表示での終了位置
|
||||
__int64 total_size); // 合計ファイル・サイズ
|
||||
|
||||
// MD5 ファイル
|
||||
int create_md5(
|
||||
wchar_t *uni_buf,
|
||||
wchar_t *file_name, // 検査対象のファイル名
|
||||
__int64 *prog_end, // 経過表示での終了位置
|
||||
__int64 total_size); // 合計ファイル・サイズ
|
||||
|
||||
Reference in New Issue
Block a user