PARAMS removal.

This commit is contained in:
Kevin Buettner
2000-05-28 01:12:42 +00:00
parent 3c07fb76e6
commit a14ed312fd
325 changed files with 4253 additions and 5056 deletions

View File

@@ -167,11 +167,10 @@ static int timeout = 2;
static char *commandline = NULL;
static int
remote_rdp_xfer_inferior_memory PARAMS ((CORE_ADDR memaddr,
char *myaddr,
int len,
int write,
struct target_ops * target));
remote_rdp_xfer_inferior_memory (CORE_ADDR memaddr,
char *myaddr,
int len,
int write, struct target_ops *target);
/* Stuff for talking to the serial layer. */