summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/minishell.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/inc/minishell.h b/inc/minishell.h
index 848811f..fd207de 100644
--- a/inc/minishell.h
+++ b/inc/minishell.h
@@ -1,3 +1,16 @@
+/* ************************************************************************** */
+/* LE - / */
+/* / */
+/* minishell.h .:: .:/ . .:: */
+/* +:+:+ +: +: +:+:+ */
+/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */
+/* #+# #+ #+ #+# */
+/* Created: 2019/11/01 18:46:43 by rbousset #+# ## ## #+# */
+/* Updated: 2019/11/01 18:46:44 by rbousset ### #+. /#+ ###.fr */
+/* / */
+/* / */
+/* ************************************************************************** */
+
#ifndef _MINISHELL_H__
#define _MINISHELL_H__
@@ -10,7 +23,7 @@ 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);
+int ft_exec(char **com);
int ft_history(char *arg);
char *ft_get_last_line(void);