From f41dde0d66ce1a060c14ec2c1eb9b4f03b59f876 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 30 Oct 2019 17:38:55 +0100 Subject: in progress --- inc/minishell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/minishell.h b/inc/minishell.h index ecc693a..3dfc3ae 100644 --- a/inc/minishell.h +++ b/inc/minishell.h @@ -8,5 +8,6 @@ int ft_echo(char **com, uint8_t n); int ft_pwd(void); uint8_t ft_exit(char **com); int ft_error(const char *com, int errno); +int ft_exec(char **app); #endif -- cgit v1.2.3