Imported from ../bash-2.05a.tar.gz.
This commit is contained in:
parent
28ef6c316f
commit
f73dda092b
303 changed files with 37069 additions and 28812 deletions
|
@ -37,6 +37,6 @@ typedef struct {
|
|||
|
||||
extern void initialize_filename_hashing __P((void));
|
||||
extern void flush_hashed_filenames __P((void));
|
||||
extern void remove_hashed_filename __P((char *));
|
||||
extern void remove_hashed_filename __P((const char *));
|
||||
extern void remember_filename __P((char *, char *, int, int));
|
||||
extern char *find_hashed_filename __P((char *));
|
||||
extern char *find_hashed_filename __P((const char *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue