"cmd_arr/cmd_array" renamed to "pipeline"
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/10/08 02:35:52 by lperrey #+# #+# */
|
||||
/* Updated: 2021/11/27 11:28:13 by lperrey ### ########.fr */
|
||||
/* Updated: 2021/11/29 12:25:34 by lperrey ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -37,7 +37,7 @@ typedef struct s_cmd
|
||||
|
||||
typedef struct s_all
|
||||
{
|
||||
t_cmd **cmd_arr;
|
||||
t_cmd **pipeline;
|
||||
char **path;
|
||||
char *prompt_base;
|
||||
char *prompt;
|
||||
|
||||
Reference in New Issue
Block a user