Protoization.

This commit is contained in:
Kevin Buettner
2000-10-16 06:42:28 +00:00
parent 6588847e4f
commit 832c69cf02
4 changed files with 21 additions and 20 deletions

View File

@ -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. */