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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/c_input.h b/src/c_input.h
index ec833d7..e621061 100644
--- a/src/c_input.h
+++ b/src/c_input.h
@@ -13,12 +13,7 @@
#ifndef C_INPUT_H
#define C_INPUT_H
-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_back_slash(char **line, t_caps *tcaps);
-int16_t c_ctrl_l(char *line, t_caps *tcaps, t_msh *msh);
int16_t c_ctrl_c(char *line, t_caps *tcaps, t_msh *msh);
-int16_t c_home_key(t_caps *tcaps);
-int16_t c_end_key(uint16_t size, t_caps *tcaps);
#endif