diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-04-28 15:15:40 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-04-28 15:15:40 +0200 |
commit | 73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88 (patch) | |
tree | 97b48e362e63f15170a5fe64112f2d8736901212 /src/ft_m_prompt.h | |
parent | backslashes as intended, multiline quotes vont me tuer (diff) | |
download | 42-minishell-73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88.tar.gz 42-minishell-73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88.tar.bz2 42-minishell-73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88.tar.xz 42-minishell-73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88.tar.zst 42-minishell-73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88.zip |
ladies and gentlement
Diffstat (limited to 'src/ft_m_prompt.h')
-rw-r--r-- | src/ft_m_prompt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_m_prompt.h b/src/ft_m_prompt.h index e16b24c..2725539 100644 --- a/src/ft_m_prompt.h +++ b/src/ft_m_prompt.h @@ -16,4 +16,5 @@ #include "ft_s_struct.h" void ft_m_prompt(t_msh *msh); +void ft_m_cont_prompt(void); #endif |