]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2006-04-30 Marco Gerards <marco@gnu.org>
authormarco_g <marco_g@localhost>
Sun, 30 Apr 2006 14:05:50 +0000 (14:05 +0000)
committermarco_g <marco_g@localhost>
Sun, 30 Apr 2006 14:05:50 +0000 (14:05 +0000)
* include/grub/env.h (grub_env_export): New prototype.  Reported
by Jan C. Kleinsorge <jan.kleinsorge@udo.edu>.

ChangeLog
include/grub/env.h

index 872b5373572942511d939b2d210816dee8cc60af..78ed2625a2a10161772895926385c64e323372bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-30  Marco Gerards  <marco@gnu.org>
+
+       * include/grub/env.h (grub_env_export): New prototype.  Reported
+       by Jan C. Kleinsorge <jan.kleinsorge@udo.edu>.
+
 2006-04-30  Marco Gerards  <marco@gnu.org>
 
        * fs/hfsplus.c (grub_hfsplus_iterate_dir): Correctly calculate the
index e554188d98fbead4fb8915d0eea350cb624583ac..c3a5f078e8cd6f6907fcacc75df37e129253c04f 100644 (file)
@@ -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 */