diff --git a/ChangeLog b/ChangeLog index 872b53735..78ed2625a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-30 Marco Gerards + + * include/grub/env.h (grub_env_export): New prototype. Reported + by Jan C. Kleinsorge . + 2006-04-30 Marco Gerards * fs/hfsplus.c (grub_hfsplus_iterate_dir): Correctly calculate the diff --git a/include/grub/env.h b/include/grub/env.h index e554188d9..c3a5f078e 100644 --- a/include/grub/env.h +++ b/include/grub/env.h @@ -52,5 +52,6 @@ grub_err_t EXPORT_FUNC(grub_register_variable_hook) (const char *var, grub_env_write_hook_t write_hook); grub_err_t EXPORT_FUNC(grub_env_context_open) (void); grub_err_t EXPORT_FUNC(grub_env_context_close) (void); +grub_err_t EXPORT_FUNC(grub_env_export) (const char *); #endif /* ! GRUB_ENV_HEADER */