diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-27 17:47:04 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-27 17:47:04 +0200 |
commit | 8a1352d62c0dd66ecdd5807e83c16a00fb864635 (patch) | |
tree | 41d8a9c612e0373f0beed119ccae88e55b6ba8c2 /src/m_loop.h | |
parent | TODO update (diff) | |
download | 42-minishell-8a1352d62c0dd66ecdd5807e83c16a00fb864635.tar.gz 42-minishell-8a1352d62c0dd66ecdd5807e83c16a00fb864635.tar.bz2 42-minishell-8a1352d62c0dd66ecdd5807e83c16a00fb864635.tar.xz 42-minishell-8a1352d62c0dd66ecdd5807e83c16a00fb864635.tar.zst 42-minishell-8a1352d62c0dd66ecdd5807e83c16a00fb864635.zip |
Histfile is BAV
Diffstat (limited to 'src/m_loop.h')
-rw-r--r-- | src/m_loop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_loop.h b/src/m_loop.h index 3f95a5e..1f60744 100644 --- a/src/m_loop.h +++ b/src/m_loop.h @@ -17,6 +17,7 @@ #include "s_struct.h" +void m_dump_hist(t_msh *msh); uint8_t m_loop(int32_t fd, t_msh *msh); #endif |