From 97aade0d1f39638eab55e3502e3f20997fbed2bd Mon Sep 17 00:00:00 2001 From: Holger Lubitz Date: Fri, 27 Jul 2007 21:35:17 +0200 Subject: make imgfill_cmdline static --- src/hci/commands/image_cmd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hci/commands/image_cmd.c b/src/hci/commands/image_cmd.c index 2d35ebcb..97d41bdf 100644 --- a/src/hci/commands/image_cmd.c +++ b/src/hci/commands/image_cmd.c @@ -45,7 +45,8 @@ * @v nargs Argument count * @v args Argument list */ -void imgfill_cmdline ( struct image *image, unsigned int nargs, char **args ) { +static void imgfill_cmdline ( struct image *image, unsigned int nargs, + char **args ) { size_t used = 0; image->cmdline[0] = '\0'; -- cgit v1.2.3-55-g7522