summaryrefslogtreecommitdiffstats
path: root/src/c_keys.h
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-10-20 18:44:30 +0200
committersalad <fmoenne-@student.le-101.fr>2020-10-20 18:44:30 +0200
commit6238338ae0c89c9cb16e437bf80db3f4fb1cce10 (patch)
treec8f058727128f5d7ba0e47c12b35eb135ec55a53 /src/c_keys.h
parentnorme + backslash + delchar + init --> gnl (diff)
download42-minishell-6238338ae0c89c9cb16e437bf80db3f4fb1cce10.tar.gz
42-minishell-6238338ae0c89c9cb16e437bf80db3f4fb1cce10.tar.bz2
42-minishell-6238338ae0c89c9cb16e437bf80db3f4fb1cce10.tar.xz
42-minishell-6238338ae0c89c9cb16e437bf80db3f4fb1cce10.tar.zst
42-minishell-6238338ae0c89c9cb16e437bf80db3f4fb1cce10.zip
globul scope
Diffstat (limited to '')
-rw-r--r--src/c_keys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_keys.h b/src/c_keys.h
index 250b297..6a4924d 100644
--- a/src/c_keys.h
+++ b/src/c_keys.h
@@ -11,12 +11,12 @@
/* ************************************************************************** */
#ifndef C_KEYS_H
-#define C_KEYS_H
+# define C_KEYS_H
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_end_key(uint16_t size, 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);
#endif