summaryrefslogtreecommitdiff
path: root/gdb/objc-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/objc-lang.h')
-rw-r--r--gdb/objc-lang.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/objc-lang.h b/gdb/objc-lang.h
index 58f1884c602..85068180fa8 100644
--- a/gdb/objc-lang.h
+++ b/gdb/objc-lang.h
@@ -20,6 +20,7 @@
Boston, MA 02111-1307, USA. */
struct value;
+struct block;
extern int objc_parse (void); /* Defined in c-exp.y */
@@ -45,11 +46,6 @@ extern char *parse_method (char *method, char *type,
char **class, char **category,
char **selector);
-extern void find_methods (struct symtab *symtab, char type,
- const char *class, const char *category,
- const char *selector, struct symbol **syms,
- unsigned int *nsym, unsigned int *ndebug);
-
extern char *find_imps (struct symtab *symtab, struct block *block,
char *method, struct symbol **syms,
unsigned int *nsym, unsigned int *ndebug);