summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.h
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-05 16:27:34 -0300
committermongo <andmarti@gmail.com>2017-04-05 16:27:34 -0300
commit123f5e42961779f739c6c68beec27b0f8b689c75 (patch)
tree6f62c393da82f3073a4a3a96729e0bf67ed85777 /src/cmds_command.h
parenta60fa43aedacc49397ff1f5e93af31e18c20eb65 (diff)
more cleaning
Diffstat (limited to 'src/cmds_command.h')
-rw-r--r--src/cmds_command.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmds_command.h b/src/cmds_command.h
index f7d1b3b..d603ad3 100644
--- a/src/cmds_command.h
+++ b/src/cmds_command.h
@@ -4,8 +4,8 @@
#include "buffer.h"
extern int shall_quit;
-
-void do_commandmode(struct block * sb);
-
extern struct dictionary * user_conf_d;
extern struct history * commandline_history;
+
+void do_commandmode(struct block * sb);
+void ins_in_line(wint_t d);