summaryrefslogtreecommitdiffstats
path: root/src/m_argv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_argv.h')
-rw-r--r--src/m_argv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_argv.h b/src/m_argv.h
index af2711c..4f97a0d 100644
--- a/src/m_argv.h
+++ b/src/m_argv.h
@@ -15,6 +15,7 @@
# include "s_struct.h"
+char *m_get_prev_hist(t_msh *msh);
unsigned char m_argv(int argc, char *const argv[], t_msh *msh);
#endif