~ubuntu-branches/ubuntu/wily/grub2/wily

« back to all changes in this revision

Viewing changes to include/grub/env.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-01-11 17:11:44 UTC
  • mto: (17.3.26 experimental)
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: james.westby@ubuntu.com-20110111171144-o2h6luxzei5fivmf
Tags: upstream-1.99~20110111
ImportĀ upstreamĀ versionĀ 1.99~20110111

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
grub_err_t grub_env_context_open (void);
55
55
grub_err_t grub_env_context_close (void);
56
 
grub_err_t grub_env_export (const char *name);
 
56
grub_err_t EXPORT_FUNC(grub_env_export) (const char *name);
57
57
 
58
58
void grub_env_unset_menu (void);
59
59
grub_menu_t grub_env_get_menu (void);