Remove nested functions from filesystem directory iterators.
* include/grub/fs.h (grub_fs_dir_hook_t): New type. (struct grub_fs.dir): Add hook_data argument. Update all implementations and callers.
This commit is contained in:
parent
53d3e4e3df
commit
fc524edf65
35 changed files with 1723 additions and 1451 deletions
|
@ -1,3 +1,12 @@
|
|||
2013-01-21 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
Remove nested functions from filesystem directory iterators.
|
||||
|
||||
* include/grub/fs.h (grub_fs_dir_hook_t): New type.
|
||||
(struct grub_fs.dir): Add hook_data argument.
|
||||
|
||||
Update all implementations and callers.
|
||||
|
||||
2013-01-21 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* docs/grub.texi (Multi-boot manual config): Fix typo for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue