summaryrefslogtreecommitdiffstats
path: root/commands/test.c
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-28 10:07:26 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-28 10:07:26 +0200
commitb3dc734018ef4dff8bab10409cd3ddf5ee10c48c (patch)
tree5f63c72afb179be139d44d0d823253f08f0392fc /commands/test.c
parent27bf8f1deabda87d07a8b9c7e21b59484f1a197e (diff)
downloadbarebox-b3dc734018ef4dff8bab10409cd3ddf5ee10c48c.tar.gz
barebox-b3dc734018ef4dff8bab10409cd3ddf5ee10c48c.tar.xz
declare lots of functions static
Diffstat (limited to 'commands/test.c')
-rw-r--r--commands/test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/test.c b/commands/test.c
index c9ede75bb1..fb986d47d2 100644
--- a/commands/test.c
+++ b/commands/test.c
@@ -76,8 +76,7 @@ static int parse_opt(const char *opt)
return -1;
}
-int
-do_test (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_test (cmd_tbl_t *cmdtp, int argc, char *argv[])
{
char **ap;
int left, adv, expr, last_expr, neg, last_cmp, opt, zero;