summaryrefslogtreecommitdiffstats
path: root/src/c_utils_next.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_utils_next.h')
-rw-r--r--src/c_utils_next.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_utils_next.h b/src/c_utils_next.h
index 60681d6..1cf0132 100644
--- a/src/c_utils_next.h
+++ b/src/c_utils_next.h
@@ -15,7 +15,8 @@
# 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