diff options
author | Jari Aalto <jari.aalto@cante.net> | 2002-07-17 14:10:11 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:55 +0000 |
commit | 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (patch) | |
tree | b792f26ecca68813c51ed5ba2e381790758ef31b /builtins/bashgetopt.h | |
parent | f73dda092b33638d2d5e9c35375f687a607b5403 (diff) | |
download | android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.tar.gz android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.tar.bz2 android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.zip |
Imported from ../bash-2.05b.tar.gz.
Diffstat (limited to 'builtins/bashgetopt.h')
-rw-r--r-- | builtins/bashgetopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/bashgetopt.h b/builtins/bashgetopt.h index 93cf590..835797c 100644 --- a/builtins/bashgetopt.h +++ b/builtins/bashgetopt.h @@ -28,12 +28,12 @@ extern char *list_optarg; extern int list_optopt; +extern int list_opttype; extern WORD_LIST *lcurrent; extern WORD_LIST *loptend; 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 */ |