#ifndef REDIRECTION_H # define REDIRECTION_H # include "../data/data.h" # include "../cmd/cmd.h" int ft_redirection(t_data *data, t_cmd *cmd, char *cmd_str); int *ft_get_heredoc(void); #endif