2009-07-01 Pavel Roskin <proski@gnu.org>

* kern/dl.c (grub_dl_resolve_symbol): Make static.
	* include/grub/dl.h: Remove grub_dl_resolve_symbol().
This commit is contained in:
proski 2009-07-01 16:00:34 +00:00
parent 1b96e95249
commit c8d229882a
3 changed files with 4 additions and 2 deletions

View file

@ -133,7 +133,7 @@ grub_symbol_hash (const char *s)
/* Resolve the symbol name NAME and return the address.
Return NULL, if not found. */
void *
static void *
grub_dl_resolve_symbol (const char *name)
{
grub_symbol_t sym;