From fba45db2faf619e71856ee38ec63949c0ef6903e Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 30 Jul 2000 01:48:28 +0000 Subject: Protoization. --- gdb/coff-solib.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gdb/coff-solib.c') diff --git a/gdb/coff-solib.c b/gdb/coff-solib.c index 9c68fa4..e36b276 100644 --- a/gdb/coff-solib.c +++ b/gdb/coff-solib.c @@ -48,10 +48,7 @@ */ void -coff_solib_add (arg_string, from_tty, target) - char *arg_string; - int from_tty; - struct target_ops *target; +coff_solib_add (char *arg_string, int from_tty, struct target_ops *target) { asection *libsect; @@ -126,7 +123,7 @@ coff_solib_add (arg_string, from_tty, target) */ void -coff_solib_create_inferior_hook () +coff_solib_create_inferior_hook (void) { coff_solib_add ((char *) 0, 0, (struct target_ops *) 0); } -- cgit v1.1