summaryrefslogtreecommitdiffstats
path: root/src/c_ctrls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_ctrls.h')
-rw-r--r--src/c_ctrls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_ctrls.h b/src/c_ctrls.h
index abce955..14adbda 100644
--- a/src/c_ctrls.h
+++ b/src/c_ctrls.h
@@ -16,6 +16,7 @@
# include "c_init.h"
# include "s_struct.h"
+t_msh *c_get_msh(int mode, t_msh *src);
short c_ctrl_l(char *line, t_caps *tcaps, t_msh *msh);
char *c_ctrl_c(char **line, char *buf, t_msh *msh);
void c_signal_int(int signo);