aboutsummaryrefslogtreecommitdiff
path: root/include/minishell.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/minishell.h')
-rw-r--r--include/minishell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/minishell.h b/include/minishell.h
index 9d586b1..c905ca5 100644
--- a/include/minishell.h
+++ b/include/minishell.h
@@ -42,6 +42,7 @@ int eval(t_node *node, t_env **env);
char *get_cmd_path(char *cmd, t_env *env);
int execute_cmd(t_cmd *cmd, t_env **env);
char *format_string(char *str, t_env *env);
+int set_return_code(int return_code, t_env **env);
int handle_redirections(t_redirection *redirs);
#endif