From: Holger Lubitz Date: Fri, 27 Jul 2007 19:35:17 +0000 (+0200) Subject: make imgfill_cmdline static X-Git-Tag: v0.9.3~159^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97aade0d1f39638eab55e3502e3f20997fbed2bd;p=thirdparty%2Fipxe.git make imgfill_cmdline static --- diff --git a/src/hci/commands/image_cmd.c b/src/hci/commands/image_cmd.c index 2d35ebcb2..97d41bdfb 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';