From 6b1757da57d02ddb78826be8f3f6c1c2c98643f8 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 17 Mar 2026 08:09:27 +0000 Subject: prototype for new_state() in nvmutil Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvmutil/nvmutil.c') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 55d4f946..c6fabf93 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -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[]) -- cgit v1.2.1