summaryrefslogtreecommitdiffstats
path: root/commands/printenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/printenv.c')
-rw-r--r--commands/printenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/printenv.c b/commands/printenv.c
index 5490980c79..e6fc0e4e55 100644
--- a/commands/printenv.c
+++ b/commands/printenv.c
@@ -28,7 +28,7 @@
#include <errno.h>
#include <environment.h>
-static int do_printenv (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_printenv(struct command *cmdtp, int argc, char *argv[])
{
struct variable_d *var;
struct env_context *c, *current_c;