From b3dc734018ef4dff8bab10409cd3ddf5ee10c48c Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 28 Sep 2007 10:07:26 +0200 Subject: declare lots of functions static --- commands/reginfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/reginfo.c') diff --git a/commands/reginfo.c b/commands/reginfo.c index 506ad92f2c..781a92c62c 100644 --- a/commands/reginfo.c +++ b/commands/reginfo.c @@ -23,7 +23,7 @@ #include #include -int do_reginfo (cmd_tbl_t *cmdtp, int argc, char *argv[]) +static int do_reginfo (cmd_tbl_t *cmdtp, int argc, char *argv[]) { reginfo(); return 0; -- cgit v1.2.3