summaryrefslogtreecommitdiff
path: root/execute_cmd.h
diff options
context:
space:
mode:
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 19e0b633..d2330342 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));