diff src/vim.h @ 7813:744c66477ba9 v7.4.1203

commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 30 13:28:28 2016 +0100 patch 7.4.1203 Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jan 2016 13:30:04 +0100
parents 1a5d34492798
children cfed0e9f0ca2
line wrap: on
line diff
--- a/src/vim.h
+++ b/src/vim.h
@@ -2319,4 +2319,9 @@ typedef int sock_T;
 # define MAX_OPEN_CHANNELS 0
 #endif
 
+#ifdef FEAT_MZSCHEME
+/* this is in main.c, cproto can't handle it. */
+int vim_main2(int argc, char **argv);
+#endif
+
 #endif /* VIM__H */