This commit is contained in:
2024-05-22 13:53:49 +02:00
parent 1731f820ee
commit ded1b802b2
6 changed files with 43 additions and 10 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/05/16 13:21:32 by tomoron ### ########.fr */
/* Updated: 2024/05/22 13:49:58 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -165,6 +165,7 @@ char *get_var_name(char *str);
int exec_builtin(t_msh *msh);
void get_cmd_path(t_msh *msh);
int is_cmd_type(t_cmd *cmd);
int get_home_var_len(void);
int set_echoctl(int value);
int print_env(t_env *env);
t_cmd *free_cmd(t_cmd *cmd);