From 104fffd24dbf116e320773d5fc816097f4d0e38e Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 9 Jan 2006 12:41:54 +0000 Subject: * include/getopt.h (getopt_long_only): Declare. --- winsup/cygwin/include/getopt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/include/getopt.h') 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 -- cgit v1.2.3