definition fixes

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-11-23 21:15:44 +01:00
parent 937d332db3
commit 4996893238
4 changed files with 33 additions and 88 deletions

View file

@ -24,6 +24,7 @@
#include <grub/dl.h>
#include <grub/env.h>
#include <grub/extcmd.h>
#include <grub/search.h>
static const struct grub_arg_option options[] =
{
@ -44,10 +45,6 @@ enum options
SEARCH_NO_FLOPPY,
};
void grub_search_fs_file (const char *key, const char *var, int no_floppy);
void grub_search_fs_uuid (const char *key, const char *var, int no_floppy);
void grub_search_label (const char *key, const char *var, int no_floppy);
static grub_err_t
grub_cmd_search (grub_extcmd_t cmd, int argc, char **args)
{