Add missing static qualifiers.

This commit is contained in:
Vladimir Serbinenko 2013-12-21 13:50:13 +01:00
parent ee5283d66b
commit 579ee114b1
4 changed files with 7 additions and 3 deletions

View file

@ -120,7 +120,7 @@ grub_install_copy_file (const char *src,
return 1;
}
int
static int
grub_install_compress_file (const char *in_name,
const char *out_name,
int is_needed)

View file

@ -536,7 +536,7 @@ is_same_disk (const char *a, const char *b)
}
}
char *
static char *
get_rndstr (void)
{
grub_uint8_t rnd[15];