2004-08-24 Marco Gerards <metgerards@student.han.nl>
* commands/boot.c (grub_boot_init) [GRUB_UTIL]: Make conditional. (grub_boot_fini) [GRUB_UTIL]: Likewise. (GRUB_MOD_INIT) [!GRUB_UTIL]: Likewise. (GRUB_MOD_FINI) [!GRUB_UTIL]: Likewise. * fs/hfs.c (grub_hfs_find_node): Add a prototype for `node_found'. (grub_hfs_iterate_dir): Make the function static. Add prototypes for `node_found' and `it_dir'. (grub_hfs_dir): Add prototype for `dir_hook'. * fs/minix.c (grub_minix_get_file_block): Add prototype for `grub_get_indir'. Rename `indir' in two blocks to `indir16' and `indir32' to silence a gcc warning. * include/grub/fs.h (grub_hfs_init): New prototype. (grub_hfs_fini): Likewise.
This commit is contained in:
parent
97543f08fc
commit
94bc45af05
5 changed files with 43 additions and 10 deletions
|
@ -74,6 +74,8 @@ void grub_ufs_init (void);
|
|||
void grub_ufs_fini (void);
|
||||
void grub_minix_init (void);
|
||||
void grub_minix_fini (void);
|
||||
void grub_hfs_init (void);
|
||||
void grub_hfs_fini (void);
|
||||
#endif /* GRUB_UTIL */
|
||||
|
||||
#endif /* ! GRUB_FS_HEADER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue