(main): Remove the extern for optarg, get from include file.
This commit is contained in:
parent
e7f67071db
commit
f9c5f2f70b
2 changed files with 0 additions and 3 deletions
|
@ -192,8 +192,6 @@ int
|
|||
main(int argc, char *argv[])
|
||||
{
|
||||
int opt;
|
||||
extern int optind;
|
||||
extern char *optarg;
|
||||
char *config_file = NULL;
|
||||
char tbuf[512];
|
||||
int i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue