summaryrefslogtreecommitdiffstats
path: root/src/c_utils_next.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_utils_next.h (renamed from src/c_keys_next.h)12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/c_keys_next.h b/src/c_utils_next.h
index fa79d85..1cf0132 100644
--- a/src/c_keys_next.h
+++ b/src/c_utils_next.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* c_keys_next.h :+: :+: :+: */
+/* c_utils_next.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,11 +10,13 @@
/* */
/* ************************************************************************** */
-#ifndef C_KEYS_NEXT_H
-# define C_KEYS_NEXT_H
+#ifndef C_UTILS_NEXT_H
+# define C_UTILS_NEXT_H
-#include "c_init.h"
+# include "c_init.h"
-void c_key_up_down(char *line[], t_caps *tcaps, char *ptr);
+short c_set_key(char *buf);
+void c_key_up_down(char *line[], t_caps *tcaps, t_msh *msh);
+t_msh *c_get_msh(int mode, t_msh *src);
#endif