From 7738ddaa1197c6201886e1c8f6837af5c2c47611 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 10 Oct 2008 13:14:15 +0000 Subject: - pull kconfig from linux-2.6.27 --- extra/config/lkc_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/config/lkc_proto.h') diff --git a/extra/config/lkc_proto.h b/extra/config/lkc_proto.h index 4d09f6dde..8e6946131 100644 --- a/extra/config/lkc_proto.h +++ b/extra/config/lkc_proto.h @@ -21,7 +21,7 @@ P(menu_get_help,const char *,(struct menu *menu)); /* symbol.c */ P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]); -P(sym_lookup,struct symbol *,(const char *name, int isconst)); +P(sym_lookup,struct symbol *,(const char *name, int flags)); P(sym_find,struct symbol *,(const char *name)); P(sym_re_search,struct symbol **,(const char *pattern)); P(sym_type_name,const char *,(enum symbol_type type)); -- cgit v1.2.3