summaryrefslogtreecommitdiffstats
path: root/src/c_keys.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_keys.h b/src/c_keys.h
index 6a4924d..12b17ee 100644
--- a/src/c_keys.h
+++ b/src/c_keys.h
@@ -15,7 +15,7 @@
int16_t c_key_right(uint32_t len, uint32_t plen, t_caps *tcaps);
int16_t c_key_left(uint32_t plen, t_caps *tcaps);
-int16_t c_home_key(t_caps *tcaps);
+int16_t c_home_key(uint32_t plen, t_caps *tcaps);
int16_t c_end_key(uint16_t size, uint32_t plen, t_caps *tcaps);
int16_t c_ctrl_l(char *line, t_caps *tcaps, t_msh *msh);