X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfcrypt.h;h=49073c96ad0d63fb63d97530a531ee247b77855b;hb=335d0464d6ea90d5f30e6846e3142c287e0d582c;hp=f2cb89cefa99481a351297e428d9dc237e6ba70e;hpb=4666ae1134223898de8012eca176625cc63a281f;p=tfcrypt.git diff --git a/tfcrypt.h b/tfcrypt.h index f2cb89c..49073c9 100644 --- a/tfcrypt.h +++ b/tfcrypt.h @@ -138,7 +138,7 @@ extern tfc_byte srcblk[TFC_BLKSIZE], dstblk[TFC_BLKSIZE], *pblk; extern tfc_byte macvrfy[SKEIN_DIGEST_SIZE], macresult[SKEIN_DIGEST_SIZE]; extern tfc_byte tmpdata[TFC_TMPSIZE]; extern char *randsource; -extern tfc_fsize iseek_blocks, iseek, oseek, maxlen; +extern tfc_fsize iseek_blocks, iseek, oseek, maxlen, ftrunc_dfd; extern tfc_fsize total_processed_src, total_processed_dst; extern tfc_fsize delta_processed; extern tfc_fsize genrandom_nr_bytes, genzero_nr_bytes;