(main): Remove the extern for optarg, get from include file.

This commit is contained in:
Ron Koenderink 2004-12-12 22:48:22 +00:00
parent e7f67071db
commit f9c5f2f70b
2 changed files with 0 additions and 3 deletions

View file

@ -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;

View file

@ -84,7 +84,6 @@ main(int argc, char *argv[])
struct sctstr sct;
int i;
s_char *map;
extern char *optarg;
int opt;
char *config_file = NULL;
int force = 0;