diff options
Diffstat (limited to 'src/m_argv.c')
-rw-r--r-- | src/m_argv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_argv.c b/src/m_argv.c index 655d54b..525439b 100644 --- a/src/m_argv.c +++ b/src/m_argv.c @@ -25,7 +25,7 @@ #include "s_struct.h" #include "u_vars.h" -static char *m_get_prev_hist(t_msh *msh) +char *m_get_prev_hist(t_msh *msh) { struct stat sb; char *hist; |