aboutsummaryrefslogtreecommitdiffstats
path: root/execute_cmd.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>1998-04-17 19:52:44 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:51 +0000
commitcce855bc5b117cb7ae70064131120687bc69fac0 (patch)
tree39c7a4ec8f6d22ef03df74f2684e6a04fef10399 /execute_cmd.h
parente8ce775db824de329b81293b4e5d8fbd65624528 (diff)
downloadandroid_external_bash-cce855bc5b117cb7ae70064131120687bc69fac0.tar.gz
android_external_bash-cce855bc5b117cb7ae70064131120687bc69fac0.tar.bz2
android_external_bash-cce855bc5b117cb7ae70064131120687bc69fac0.zip
Imported from ../bash-2.02.tar.gz.
Diffstat (limited to 'execute_cmd.h')
-rw-r--r--execute_cmd.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/execute_cmd.h b/execute_cmd.h
index 19e0b63..d233034 100644
--- a/execute_cmd.h
+++ b/execute_cmd.h
@@ -30,15 +30,8 @@ extern int executing_line_number __P((void));
extern int execute_command __P((COMMAND *));
extern int execute_command_internal __P((COMMAND *, int, int, int, struct fd_bitmap *));
extern int shell_execve __P((char *, char **, char **));
-extern char *redirection_expand __P((WORD_DESC *));
-extern int file_status __P((char *));
-extern int executable_file __P((char *));
-extern int is_directory __P((char *));
-extern char *search_for_command __P((char *));
-extern char *find_user_command __P((char *));
-extern char *find_path_file __P((char *));
-extern char *user_command_matches __P((char *, int, int));
extern void setup_async_signals __P((void));
+extern void dispose_exec_redirects __P ((void));
#if defined (PROCESS_SUBSTITUTION)
extern void close_all_files __P((void));