ANSI-fy prototype.
MFC after: 2 weeks
This commit is contained in:
parent
57afe75b5b
commit
df48f4170e
@ -45,9 +45,7 @@ __FBSDID("$FreeBSD$");
|
||||
char *suboptarg;
|
||||
|
||||
int
|
||||
getsubopt(optionp, tokens, valuep)
|
||||
char **optionp, **valuep;
|
||||
char * const *tokens;
|
||||
getsubopt(char **optionp, char * const *tokens, char **valuep)
|
||||
{
|
||||
int cnt;
|
||||
char *p;
|
||||
|
Loading…
Reference in New Issue
Block a user