mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
prototype for new_state() in nvmutil
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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[])
|
||||
|
||||
@@ -291,6 +291,7 @@ struct xstate {
|
||||
|
||||
|
||||
|
||||
static struct xstate *new_xstate(void);
|
||||
|
||||
/*
|
||||
* Sanitize command tables.
|
||||
|
||||
Reference in New Issue
Block a user