(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[])
|
main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
int opt;
|
int opt;
|
||||||
extern int optind;
|
|
||||||
extern char *optarg;
|
|
||||||
char *config_file = NULL;
|
char *config_file = NULL;
|
||||||
char tbuf[512];
|
char tbuf[512];
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
|
@ -84,7 +84,6 @@ main(int argc, char *argv[])
|
||||||
struct sctstr sct;
|
struct sctstr sct;
|
||||||
int i;
|
int i;
|
||||||
s_char *map;
|
s_char *map;
|
||||||
extern char *optarg;
|
|
||||||
int opt;
|
int opt;
|
||||||
char *config_file = NULL;
|
char *config_file = NULL;
|
||||||
int force = 0;
|
int force = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue