* include/getopt.h (getopt_long_only): Declare.
This commit is contained in:
parent
6c5da6783c
commit
104fffd24d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user