From 82b2fa3b5d726c99dbed0c2717f8ab9c415ac5f8 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 30 Oct 2019 20:58:53 +0100 Subject: changes --- inc/minishell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/minishell.h') diff --git a/inc/minishell.h b/inc/minishell.h index bbb4c2c..e3fb5b6 100644 --- a/inc/minishell.h +++ b/inc/minishell.h @@ -11,5 +11,6 @@ int ft_pwd(void); uint8_t ft_exit(char **com); int ft_error(const char *com, int errno); int ft_exec(char **app); +int ft_history(char *arg); #endif -- cgit v1.2.3