prototype for new_state() in nvmutil

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-17 08:09:27 +00:00
parent 9a9bcfe070
commit 6b1757da57
2 changed files with 2 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ new_xstate(void)
return xs_new;
}
struct xstate *nv = NULL;
static struct xstate *nv = NULL;
int
main(int argc, char *argv[])

View File

@@ -291,6 +291,7 @@ struct xstate {
static struct xstate *new_xstate(void);
/*
* Sanitize command tables.