comparison bootmatch/bootmatch.h @ 8:304ac8119c8a

bootmatch: starting with struct definition
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 09 Jun 2023 09:14:07 +0000
parents
children
comparison
equal deleted inserted replaced
7:fd996f8b9782 8:304ac8119c8a
1 struct bootmatch {
2 unsigned offset;
3 unsigned nbytes;
4 u_char *refbytes;
5 };