Imported from ../bash-2.05.tar.gz.

This commit is contained in:
Jari Aalto 2001-04-06 19:14:31 +00:00
commit 28ef6c316f
251 changed files with 22319 additions and 12413 deletions

View file

@ -26,6 +26,7 @@
extern int file_status __P((char *));
extern int executable_file __P((char *));
extern int is_directory __P((char *));
extern int executable_or_directory __P((char *));
extern char *find_user_command __P((char *));
extern char *find_path_file __P((char *));
extern char *search_for_command __P((char *));