Print this page
fix mirror

Split Close
Expand all
Collapse all
          --- old/grub/include/grub/search.h
          +++ new/grub/include/grub/search.h
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   *  GNU General Public License for more details.
  14   14   *
  15   15   *  You should have received a copy of the GNU General Public License
  16   16   *  along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
  17   17   */
  18   18  
  19   19  #ifndef GRUB_SEARCH_HEADER
  20   20  #define GRUB_SEARCH_HEADER 1
  21   21  
  22   22  void grub_search_fs_file (const char *key, const char *var, int no_floppy,
  23      -                          char **hints, unsigned nhints);
       23 +                          char **hints, unsigned nhints, int mirror);
  24   24  void grub_search_fs_uuid (const char *key, const char *var, int no_floppy,
  25      -                          char **hints, unsigned nhints);
       25 +                          char **hints, unsigned nhints, int mirror);
  26   26  void grub_search_label (const char *key, const char *var, int no_floppy,
  27      -                        char **hints, unsigned nhints);
       27 +                        char **hints, unsigned nhints, int mirror);
  28   28  
  29   29  #endif
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX