]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/bashgetopt.h
bash-5.2 distribution sources and documentation
[thirdparty/bash.git] / builtins / bashgetopt.h
index dcdaa48aa5faa1735edbd19d6602d65e2d1f6b51..79be3431503a64577bed7c8da28b07eb8ae3fa55 100644 (file)
@@ -1,6 +1,6 @@
 /* bashgetopt.h -- extern declarations for stuff defined in bashgetopt.c. */
 
-/* Copyright (C) 1993-2020 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2021 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -29,6 +29,7 @@
 #define GETOPT_HELP    -99
 
 extern char *list_optarg;
+extern int list_optflags;
 
 extern int list_optopt;
 extern int list_opttype;