mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ANSI-fy prototype.
MFC after: 2 weeks
This commit is contained in:
parent
57afe75b5b
commit
df48f4170e
1 changed files with 1 additions and 3 deletions
|
|
@ -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 a new issue