~darkmuggle-deactivatedaccount/ubuntu/quantal/grub2/fix-872244

« back to all changes in this revision

Viewing changes to include/grub/normal.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-05-17 23:59:10 UTC
  • mto: (17.3.55 sid)
  • mto: This revision was merged to the branch mainline in revision 122.
  • Revision ID: james.westby@ubuntu.com-20110517235910-ma8u889vyjdfro27
Tags: upstream-1.99
ImportĀ upstreamĀ versionĀ 1.99

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
/* Defined in `main.c'.  */
52
52
void grub_enter_normal_mode (const char *config);
53
53
void grub_normal_execute (const char *config, int nested, int batch);
54
 
void grub_menu_init_page (int nested, int edit,
 
54
void grub_menu_init_page (int nested, int edit, int *num_entries,
55
55
                          struct grub_term_output *term);
56
56
void grub_normal_init_page (struct grub_term_output *term);
57
57
char *grub_file_getline (grub_file_t file);
80
80
                 const grub_uint32_t * last_position,
81
81
                 int margin_left, int margin_right,
82
82
                 struct grub_term_output *term);
 
83
int
 
84
grub_ucs4_count_lines (const grub_uint32_t * str,
 
85
                       const grub_uint32_t * last_position,
 
86
                       int margin_left, int margin_right,
 
87
                       struct grub_term_output *term);
83
88
grub_ssize_t grub_getstringwidth (grub_uint32_t * str,
84
89
                                  const grub_uint32_t * last_position,
85
90
                                  struct grub_term_output *term);