summaryrefslogtreecommitdiffstats
path: root/src/c_keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_keys.h')
-rw-r--r--src/c_keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_keys.h b/src/c_keys.h
index d64a908..6b48431 100644
--- a/src/c_keys.h
+++ b/src/c_keys.h
@@ -18,5 +18,6 @@ short c_key_left(unsigned int plen, t_caps *tcaps);
short c_home_key(unsigned int plen, t_caps *tcaps);
short c_end_key(unsigned short size, unsigned int plen, t_caps *tcaps);
short c_ctrl_l(char *line, t_caps *tcaps, t_msh *msh);
+char *c_ctrl_c(char **line, char *buf, t_msh *msh);
#endif