Browse Source

make imgfill_cmdline static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
97aade0d1f
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/hci/commands/image_cmd.c

+ 2
- 1
src/hci/commands/image_cmd.c View File

45
  * @v nargs		Argument count
45
  * @v nargs		Argument count
46
  * @v args		Argument list
46
  * @v args		Argument list
47
  */
47
  */
48
-void imgfill_cmdline ( struct image *image, unsigned int nargs, char **args ) {
48
+static void imgfill_cmdline ( struct image *image, unsigned int nargs, 
49
+                              char **args ) {
49
 	size_t used = 0;
50
 	size_t used = 0;
50
 
51
 
51
 	image->cmdline[0] = '\0';
52
 	image->cmdline[0] = '\0';

Loading…
Cancel
Save