* include/getopt.h (getopt_long_only): Declare.

This commit is contained in:
Corinna Vinschen 2006-01-09 12:41:54 +00:00
parent 6c5da6783c
commit 104fffd24d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-01-09 Corinna Vinschen <corinna@vinschen.de>
* include/getopt.h (getopt_long_only): Declare.
2006-01-09 Eric Blake <ebb9@byu.net>
* cygwin.din: Export getsubopt.

View File

@ -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