summaryrefslogtreecommitdiffstats
path: root/src/c_keys_next.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_keys_next.h')
-rw-r--r--src/c_keys_next.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/c_keys_next.h b/src/c_keys_next.h
index 53e3f23..fa79d85 100644
--- a/src/c_keys_next.h
+++ b/src/c_keys_next.h
@@ -14,8 +14,7 @@
# define C_KEYS_NEXT_H
#include "c_init.h"
-#include "s_struct.h"
-short c_key_up(char *line[], t_caps *tcaps, t_msh *msh);
+void c_key_up_down(char *line[], t_caps *tcaps, char *ptr);
#endif