diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-01-09 12:41:54 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-01-09 12:41:54 +0000 |
commit | 104fffd24dbf116e320773d5fc816097f4d0e38e (patch) | |
tree | e165e0e47dbd24b275f866b27e9b9d0dbcddece1 /winsup/cygwin/include/getopt.h | |
parent | 6c5da6783c421489df3c48c300849dc19894f5a5 (diff) | |
download | cygnal-104fffd24dbf116e320773d5fc816097f4d0e38e.tar.gz cygnal-104fffd24dbf116e320773d5fc816097f4d0e38e.tar.bz2 cygnal-104fffd24dbf116e320773d5fc816097f4d0e38e.zip |
* include/getopt.h (getopt_long_only): Declare.
Diffstat (limited to 'winsup/cygwin/include/getopt.h')
-rw-r--r-- | winsup/cygwin/include/getopt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/include/getopt.h b/winsup/cygwin/include/getopt.h index 1efff1ca1..0c1c8c92a 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 |