- 8389679F305C168B019ADB6AE495F60C1B71EFC35052D94B6672829B437E0607E77D66D457C81128110B6ECEFCFC41ADB55EFAB8AF91E9B7C76DAF5597EF08F6
+ 44C9FE46BBB893B8D2A808922AC56C999D6F61D79F0831293894D17EA9B26332FCC525D41A42A1273EE336BB5FC6BFFCFF9DBF339195D75999DE019B799D891A
vtools/src/diff.h
(2 . 6)(2 . 7)
130 #include <stdio.h>
131 #include <string.h>
132 #include <sys/stat.h>
133 #include "keccak.h"
134
135 /* What kind of changes a hunk contains. */
136 enum changes {
(158 . 6)(159 . 10)
138 /* 1 more than the maximum equivalence value used for this or its
139 sibling file. */
140 lin equiv_max;
141
142 /* keccak context */
143 void *hash_context;
144 uint64_t hash[8];
145 };
146
147 /* The file buffer, considered as an array of bytes rather than as an