summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Lubitz2007-07-27 21:35:17 +0200
committerHolger Lubitz2007-07-27 21:35:17 +0200
commit97aade0d1f39638eab55e3502e3f20997fbed2bd (patch)
tree3ccfd22337f6142722dae6198f28f8c0204cf2f6
parentdisable AES_convert_key by #if 0'ing it out (suggested by mcb30) (diff)
downloadipxe-97aade0d1f39638eab55e3502e3f20997fbed2bd.tar.gz
ipxe-97aade0d1f39638eab55e3502e3f20997fbed2bd.tar.xz
ipxe-97aade0d1f39638eab55e3502e3f20997fbed2bd.zip
make imgfill_cmdline static
-rw-r--r--src/hci/commands/image_cmd.c3
1 files changed, 2 insertions, 1 deletions
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';