diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2019-11-01 15:20:41 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2019-11-01 15:20:41 +0100 |
commit | 9f5b079ed0b2d315eab2c1870f7946d58893f0ca (patch) | |
tree | e99675d940e97a2e2a9c98f43a4652d536f4a471 /inc | |
parent | changes (diff) | |
download | 42-minishell-9f5b079ed0b2d315eab2c1870f7946d58893f0ca.tar.gz 42-minishell-9f5b079ed0b2d315eab2c1870f7946d58893f0ca.tar.bz2 42-minishell-9f5b079ed0b2d315eab2c1870f7946d58893f0ca.tar.xz 42-minishell-9f5b079ed0b2d315eab2c1870f7946d58893f0ca.tar.zst 42-minishell-9f5b079ed0b2d315eab2c1870f7946d58893f0ca.zip |
YO PICKED THE WRONG FOOL, HOUSE
Diffstat (limited to 'inc')
-rw-r--r-- | inc/minishell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/minishell.h b/inc/minishell.h index e3fb5b6..f2b9a94 100644 --- a/inc/minishell.h +++ b/inc/minishell.h @@ -12,5 +12,6 @@ uint8_t ft_exit(char **com); int ft_error(const char *com, int errno); int ft_exec(char **app); int ft_history(char *arg); +char *ft_get_last_line(void); #endif |