From c3f8a93d52278e76bbccd8b72e2bf647a51eeb39 Mon Sep 17 00:00:00 2001 From: thorkill Date: Tue, 30 Jun 2015 22:50:29 +0200 Subject: [PATCH] Define variables in getopt.h --- src/getopt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/getopt.h b/src/getopt.h index ddf6fdda..9a4b1374 100644 --- a/src/getopt.h +++ b/src/getopt.h @@ -33,6 +33,7 @@ extern "C" { each non-option ARGV-element is returned here. */ extern char *optarg; +extern int __getopt_initialized; /* Index in ARGV of the next element to be scanned. This is used for communication to and from the caller