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