review fixes

This commit is contained in:
BVK Chaitanya 2010-06-02 13:51:05 +05:30
parent 13d7b4b0de
commit e508977630
10 changed files with 49 additions and 45 deletions

View file

@ -49,4 +49,7 @@ int EXPORT_FUNC(asprintf) (char **buf, const char *fmt, ...);
char * EXPORT_FUNC(xasprintf) (const char *fmt, ...);
extern char * canonicalize_file_name (const char *path);
/* Flag to control module autoloading in normal mode. */
extern int EXPORT_VAR(grub_no_autoload);
#endif /* GRUB_EMU_MISC_H */