aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-utils.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-10-16 06:42:28 +0000
committerKevin Buettner <kevinb@redhat.com>2000-10-16 06:42:28 +0000
commit832c69cf028a7fc32de1bd6261451a9354707e4e (patch)
tree55349c5523a28f69f6cf1b1dc6b2ba265695a60f /gdb/remote-utils.c
parent6588847e4f855188fcd187e6484791dffc350469 (diff)
downloadfsf-binutils-gdb-832c69cf028a7fc32de1bd6261451a9354707e4e.zip
fsf-binutils-gdb-832c69cf028a7fc32de1bd6261451a9354707e4e.tar.gz
fsf-binutils-gdb-832c69cf028a7fc32de1bd6261451a9354707e4e.tar.bz2
Protoization.
Diffstat (limited to 'gdb/remote-utils.c')
-rw-r--r--gdb/remote-utils.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c
index 2077612..c2b833e 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. */