From ff258032adf915aa694feb9654e0a5e6019b3aba Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Fri, 1 Nov 2019 17:45:06 +0100 Subject: Now deals with history --- inc/minishell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/minishell.h b/inc/minishell.h index f2b9a94..848811f 100644 --- a/inc/minishell.h +++ b/inc/minishell.h @@ -5,7 +5,7 @@ #define FT_PS1 "joe-sh~> " -int ft_process_arg(const char *arg); +int ft_process_arg(char *arg); int ft_echo(char **com, uint8_t n); int ft_pwd(void); uint8_t ft_exit(char **com); -- cgit v1.2.3