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, 2 insertions, 1 deletions
diff --git a/src/c_keys_next.h b/src/c_keys_next.h
index fa79d85..1149f38 100644
--- a/src/c_keys_next.h
+++ b/src/c_keys_next.h
@@ -13,8 +13,9 @@
#ifndef C_KEYS_NEXT_H
# define C_KEYS_NEXT_H
-#include "c_init.h"
+# include "c_init.h"
void c_key_up_down(char *line[], t_caps *tcaps, char *ptr);
+t_msh *c_get_msh(int mode, t_msh *src);
#endif