mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-10 12:10:35 +02:00
Imported from ../bash-2.05a.tar.gz.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#if !defined (__BASH_GETOPT_H)
|
||||
# define __BASH_GETOPT_H
|
||||
|
||||
#include <stdc.h>
|
||||
|
||||
extern char *list_optarg;
|
||||
|
||||
extern int list_optopt;
|
||||
@@ -30,8 +32,8 @@ extern int list_optopt;
|
||||
extern WORD_LIST *lcurrent;
|
||||
extern WORD_LIST *loptend;
|
||||
|
||||
extern int internal_getopt ();
|
||||
extern void reset_internal_getopt ();
|
||||
extern void report_bad_option ();
|
||||
extern int internal_getopt __P((WORD_LIST *, char *));
|
||||
extern void reset_internal_getopt __P((void));
|
||||
extern void report_bad_option __P((void));
|
||||
|
||||
#endif /* !__BASH_GETOPT_H */
|
||||
|
||||
Reference in New Issue
Block a user