# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1686302047 0
# Node ID 304ac8119c8a257b622b42e639e694be721ee44e
# Parent  fd996f8b9782db137b208eb58512bc710764acd3
bootmatch: starting with struct definition

diff -r fd996f8b9782 -r 304ac8119c8a bootmatch/bootmatch.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bootmatch/bootmatch.h	Fri Jun 09 09:14:07 2023 +0000
@@ -0,0 +1,5 @@
+struct bootmatch {
+	unsigned	offset;
+	unsigned	nbytes;
+	u_char		*refbytes;
+};