From 27ea0240a97d0745dda0f87940bfe5940f9c594c Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 30 Oct 2019 16:32:46 +0100 Subject: work work --- inc/minishell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc') diff --git a/inc/minishell.h b/inc/minishell.h index f92195c..ef33b88 100644 --- a/inc/minishell.h +++ b/inc/minishell.h @@ -6,5 +6,7 @@ int ft_process_arg(const char *arg); int ft_echo(char **com, uint8_t n); int ft_pwd(void); +uint8_t ft_exit(const char **com); +int ft_error(const char *com, int errno); #endif -- cgit v1.2.3