summaryrefslogtreecommitdiffstats
path: root/src/c_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_input.h')
-rw-r--r--src/c_input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_input.h b/src/c_input.h
index f6fa54d..d008436 100644
--- a/src/c_input.h
+++ b/src/c_input.h
@@ -17,5 +17,6 @@ int16_t c_key_right(uint32_t len, t_caps *tcaps);
int16_t c_key_left(uint32_t len, t_caps *tcaps);
int16_t c_new_line(char *buf, char **line, t_msh *msh, t_caps *tcaps);
int16_t c_back_slash(char **line, t_caps *tcaps);
+int16_t c_ctrl_l(char *line, t_caps *tcaps, t_msh *msh);
#endif