diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-10-16 06:42:28 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-10-16 06:42:28 +0000 |
commit | 50f3d3d1f621f844a191b15496d4e61695f8fe39 (patch) | |
tree | cc35f207dd3a03c31183e2c7e3aea7f0d0fde214 /gdb/remote-utils.c | |
parent | 05a52f69a30e62fffdbc5ac351fa1be6c00e09dd (diff) | |
download | gdb-50f3d3d1f621f844a191b15496d4e61695f8fe39.tar.gz |
Protoization.
Diffstat (limited to 'gdb/remote-utils.c')
-rw-r--r-- | gdb/remote-utils.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c index 207761299f2..c2b833ee521 100644 --- a/gdb/remote-utils.c +++ b/gdb/remote-utils.c @@ -502,9 +502,7 @@ gr_create_inferior (char *execfile, char *args, char **env) pass non-matching data on. */ int -gr_multi_scan (list, passthrough) - char *list[]; - int passthrough; +gr_multi_scan (char *list[], int passthrough) { char *swallowed = NULL; /* holding area */ char *swallowed_p = swallowed; /* Current position in swallowed. */ |