mirror of https://github.com/ipxe/ipxe.git
make imgfill_cmdline static
parent
42910594f7
commit
97aade0d1f
|
@ -45,7 +45,8 @@
|
||||||
* @v nargs Argument count
|
* @v nargs Argument count
|
||||||
* @v args Argument list
|
* @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;
|
size_t used = 0;
|
||||||
|
|
||||||
image->cmdline[0] = '\0';
|
image->cmdline[0] = '\0';
|
||||||
|
|
Loading…
Reference in New Issue