move and fix opt* extern declaration, windows MSC only

master
Pierre Joye 2021-08-23 19:38:15 +07:00
parent 05e0b65895
commit 5a34892fe2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ static const char letters[] =
#ifdef _MSC_VER
extern int optind, opterr, optopt;
extern char *optarg
extern char *optarg;
/* This is only used here */
int
mkstemp (char *tmpl)