diff options
author | Jari Aalto <jari.aalto@cante.net> | 1998-04-17 19:52:44 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:51 +0000 |
commit | cce855bc5b117cb7ae70064131120687bc69fac0 (patch) | |
tree | 39c7a4ec8f6d22ef03df74f2684e6a04fef10399 /lib/glob/glob.h | |
parent | e8ce775db824de329b81293b4e5d8fbd65624528 (diff) | |
download | bash-cce855bc5b117cb7ae70064131120687bc69fac0.tar.gz |
Imported from ../bash-2.02.tar.gz.
Diffstat (limited to 'lib/glob/glob.h')
-rw-r--r-- | lib/glob/glob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/glob/glob.h b/lib/glob/glob.h index a72dede1..ac83f1ef 100644 --- a/lib/glob/glob.h +++ b/lib/glob/glob.h @@ -26,5 +26,6 @@ extern char **glob_filename __P((char *)); extern char *glob_error_return; extern int noglob_dot_filenames; +extern int glob_ignore_case; #endif /* _GLOB_H_ */ |