aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/include/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/getopt.h')
-rw-r--r--winsup/cygwin/include/getopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/include/getopt.h b/winsup/cygwin/include/getopt.h
index 1efff1c..0c1c8c9 100644
--- a/winsup/cygwin/include/getopt.h
+++ b/winsup/cygwin/include/getopt.h
@@ -73,6 +73,8 @@ struct option {
};
int getopt_long (int, char *const *, const char *, const struct option *, int *);
+int getopt_long_only (int, char *const *, const char *, const struct option *, int *);
+
#ifndef HAVE_DECL_GETOPT
#define HAVE_DECL_GETOPT 1
#endif