util/nvmutil: cleaned up a few prototypes

make them match how they're declared

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-06 22:20:15 +00:00
parent 0f5fcbd883
commit 4635a0eae9
+3 -3
View File
@@ -28,9 +28,9 @@
#endif
static void reset_global_state(void);
static void set_cmd(int argc, char **argv);
static void check_cmd_args(int argc, char **argv);
static void set_io_flags(int argc, char **argv);
static void set_cmd(int argc, char *argv[]);
static void check_cmd_args(int argc, char *argv[]);
static void set_io_flags(int argc, char *argv[]);
static void open_gbe_file(void);
#ifndef HAVE_ARC4RANDOM
static void open_dev_urandom(void);