aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-03-08 17:35:29 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-09 09:37:00 -0300
commit6089b2601678977122c0139bba77913e55cfb56e (patch)
tree22c41ab0350b3b01385673ffe50143a9a0523394 /src/main.h
parentbd9cd693e765eebe243a91185a5aaf26e41e98f3 (diff)
downloadrneovim-6089b2601678977122c0139bba77913e55cfb56e.tar.gz
rneovim-6089b2601678977122c0139bba77913e55cfb56e.tar.bz2
rneovim-6089b2601678977122c0139bba77913e55cfb56e.zip
Move exarg_T and cmdarg_T from structs.h to normal.h
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 481292e79d..c37965098d 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1,6 +1,8 @@
#ifndef NEOVIM_MAIN_H
#define NEOVIM_MAIN_H
-/* main.c */
+
+#include "normal.h"
+
void main_loop(int cmdwin, int noexmode);
void getout_preserve_modified(int exitval);
void getout(int exitval);