added alias struct

This commit is contained in:
mdev9
2024-02-17 02:32:28 +01:00
parent 4340621705
commit 22b79aa45f
4 changed files with 14 additions and 5 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/02/16 22:25:40 by tomoron ### ########.fr */
/* Updated: 2024/02/17 02:29:12 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -74,5 +74,6 @@ void ft_exit(t_cmd *cmd, t_env *env, int error_code);
char **env_to_char_tab(t_env *env);
void handle_minishellrc(t_env *env);
int cd(t_cmd *args);
int alias(t_cmd *args);
#endif