objc-lang.c (find_methods): Make static.

This commit is contained in:
Adam Fedor
2003-02-21 02:43:01 +00:00
parent 6f17862b81
commit 2f9a90b40e
2 changed files with 5 additions and 1 deletions

@ -1273,7 +1273,7 @@ parse_method (char *method, char *type, char **class,
return s2;
}
void
static void
find_methods (struct symtab *symtab, char type,
const char *class, const char *category,
const char *selector, struct symbol **syms,