-int find_oload_champ_namespace_loop (struct type **arg_types, int nargs,
- const char *func_name,
- const char *qualified_name,
- int namespace_len,
- struct symbol ***oload_syms,
- struct badness_vector **oload_champ_bv,
- int *oload_champ);
-
-static int find_oload_champ (struct type **arg_types, int nargs, int method,
- int num_fns,
- struct fn_field *fns_ptr,
- struct symbol **oload_syms,
- struct badness_vector **oload_champ_bv);
-
-static int oload_method_static (int method, struct fn_field *fns_ptr,
- int index);
+int find_oload_champ_namespace_loop (struct type **, int,
+ const char *, const char *,
+ int, struct symbol ***,
+ struct badness_vector **, int *);
+
+static int find_oload_champ (struct type **, int, int, int,
+ struct fn_field *, struct symbol **,
+ struct badness_vector **);
+
+static int oload_method_static (int, struct fn_field *, int);