updated for version 7.3.720
Problem:    Proto files are outdated.
Solution:   Update the newly generated proto files.
diff --git a/src/proto/misc1.pro b/src/proto/misc1.pro
index e74cf9e..d362e9c 100644
--- a/src/proto/misc1.pro
+++ b/src/proto/misc1.pro
@@ -5,8 +5,8 @@
 int get_indent_str __ARGS((char_u *ptr, int ts));
 int set_indent __ARGS((int size, int flags));
 int get_number_indent __ARGS((linenr_T lnum));
-int open_line __ARGS((int dir, int flags, int old_indent));
-int get_leader_len __ARGS((char_u *line, char_u **flags, int backward, int do_skip_space));
+int open_line __ARGS((int dir, int flags, int second_line_indent));
+int get_leader_len __ARGS((char_u *line, char_u **flags, int backward, int include_space));
 int get_last_leader_offset __ARGS((char_u *line, char_u **flags));
 int plines __ARGS((linenr_T lnum));
 int plines_win __ARGS((win_T *wp, linenr_T lnum, int winheight));
@@ -59,7 +59,7 @@
 void vim_setenv __ARGS((char_u *name, char_u *val));
 char_u *get_env_name __ARGS((expand_T *xp, int idx));
 char_u *get_users __ARGS((expand_T *xp, int idx));
-int match_user __ARGS((char_u* name));
+int match_user __ARGS((char_u *name));
 void home_replace __ARGS((buf_T *buf, char_u *src, char_u *dst, int dstlen, int one));
 char_u *home_replace_save __ARGS((buf_T *buf, char_u *src));
 int fullpathcmp __ARGS((char_u *s1, char_u *s2, int checkname));