2003-06-12 David Carlton <carlton@bactrian.org>
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 87cf116a81fad043850f63d0cdc91c77408c75b1..771675a7dc069e5cb1963000548f7ac67b807eba 100644 (file)
@@ -1024,6 +1024,13 @@ extern struct symbol *lookup_symbol_aux_block (const char *name,
                                               const domain_enum domain,
                                               struct symtab **symtab);
 
+/* Lookup a partial symbol.  */
+
+extern struct partial_symbol *lookup_partial_symbol (struct partial_symtab *,
+                                                    const char *,
+                                                    const char *, int,
+                                                    domain_enum);
+
 /* lookup a symbol by name, within a specified block */
 
 extern struct symbol *lookup_block_symbol (const struct block *, const char *,
@@ -1286,8 +1293,6 @@ extern char **make_symbol_completion_list (char *, char *);
 
 extern char **make_file_symbol_completion_list (char *, char *, char *);
 
-extern struct symbol **make_symbol_overload_list (struct symbol *);
-
 extern char **make_source_files_completion_list (char *, char *);
 
 /* symtab.c */
This page took 0.023881 seconds and 4 git commands to generate.