Protoization.

This commit is contained in:
Kevin Buettner
2000-07-30 01:48:28 +00:00
parent 29e6d33b03
commit fba45db2fa
284 changed files with 5720 additions and 13265 deletions

View File

@@ -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);
}