diff options
Diffstat (limited to 'inc/minishell.h')
-rw-r--r-- | inc/minishell.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |