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

@@ -90,13 +90,13 @@ cisco_kod_open (kod_display_callback_ftype *display_func,
/* Close the connection. */
void
cisco_kod_close ()
cisco_kod_close (void)
{
}
/* Print a "bad packet" message. */
static void
bad_packet ()
bad_packet (void)
{
(*gdb_kod_display) ("Remote target returned malformed packet.\n");
}