make imgfill_cmdline static

pull/1/head
Holger Lubitz 2007-07-27 21:35:17 +02:00
parent 42910594f7
commit 97aade0d1f
1 changed files with 2 additions and 1 deletions

View File

@ -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';