diff options
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 410dc7a8681..82022fadd3c 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -2886,8 +2886,9 @@ extern tree lookup_name_namespace_only PROTO((tree)); extern void begin_only_namespace_names PROTO((void)); extern void end_only_namespace_names PROTO((void)); extern tree namespace_ancestor PROTO((tree, tree)); -extern int lookup_using_namespace PROTO((tree,tree,tree,tree,int)); -extern int qualified_lookup_using_namespace PROTO((tree,tree,tree,int)); +extern tree unqualified_namespace_lookup PROTO((tree, int, tree *)); +extern int lookup_using_namespace PROTO((tree, tree, tree, tree, int, tree *)); +extern int qualified_lookup_using_namespace PROTO((tree, tree, tree, int)); extern tree auto_function PROTO((tree, tree, enum built_in_function)); extern void init_decl_processing PROTO((void)); extern int init_type_desc PROTO((void)); |