patch 8.1.2407: proto files, dependencies and build instructions outdated

Problem:    proto file, dependenciess and Build instructions outdated.
Solution:   Update proto files, dependencies and build instructions.
diff --git a/src/proto/bufwrite.pro b/src/proto/bufwrite.pro
index 8d81548..5d7b4a2 100644
--- a/src/proto/bufwrite.pro
+++ b/src/proto/bufwrite.pro
@@ -1,4 +1,3 @@
 /* bufwrite.c */
 int buf_write(buf_T *buf, char_u *fname, char_u *sfname, linenr_T start, linenr_T end, exarg_T *eap, int append, int forceit, int reset_changed, int filtering);
 /* vim: set ft=c : */
-
diff --git a/src/proto/cmdhist.pro b/src/proto/cmdhist.pro
index 1c33f4a..9c9e56c 100644
--- a/src/proto/cmdhist.pro
+++ b/src/proto/cmdhist.pro
@@ -10,10 +10,10 @@
 void clear_hist_entry(histentry_T *hisptr);
 int in_history(int type, char_u *str, int move_to_front, int sep, int writing);
 void add_to_history(int histype, char_u *new_entry, int in_map, int sep);
-void remove_key_from_history(void);
-void ex_history(exarg_T *eap);
 void f_histadd(typval_T *argvars, typval_T *rettv);
 void f_histdel(typval_T *argvars, typval_T *rettv);
 void f_histget(typval_T *argvars, typval_T *rettv);
 void f_histnr(typval_T *argvars, typval_T *rettv);
+void remove_key_from_history(void);
+void ex_history(exarg_T *eap);
 /* vim: set ft=c : */
diff --git a/src/proto/if_cscope.pro b/src/proto/if_cscope.pro
index 0dcfc76..cfabc3c 100644
--- a/src/proto/if_cscope.pro
+++ b/src/proto/if_cscope.pro
@@ -7,6 +7,6 @@
 int cs_fgets(char_u *buf, int size);
 void cs_free_tags(void);
 void cs_print_tags(void);
-void f_cscope_connection(typval_T *argvars, typval_T *rettv);
 void cs_end(void);
+void f_cscope_connection(typval_T *argvars, typval_T *rettv);
 /* vim: set ft=c : */
diff --git a/src/proto/optionstr.pro b/src/proto/optionstr.pro
index dc1079e..654c935 100644
--- a/src/proto/optionstr.pro
+++ b/src/proto/optionstr.pro
@@ -1,7 +1,6 @@
 /* optionstr.c */
 void didset_string_options(void);
 void trigger_optionsset_string(int opt_idx, int opt_flags, char_u *oldval, char_u *oldval_l, char_u *oldval_g, char_u *newval);
-char *did_set_string_option(int opt_idx, char_u **varp, int new_value_alloced, char_u *oldval, char *errbuf, int opt_flags, int *value_checked);
 void check_buf_options(buf_T *buf);
 void free_string_option(char_u *p);
 void clear_string_option(char_u **pp);
@@ -10,5 +9,6 @@
 void set_string_option_direct_in_win(win_T *wp, char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid);
 void set_string_option_direct_in_buf(buf_T *buf, char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid);
 char *set_string_option(int opt_idx, char_u *value, int opt_flags);
+char *did_set_string_option(int opt_idx, char_u **varp, int new_value_alloced, char_u *oldval, char *errbuf, int opt_flags, int *value_checked);
 int check_ff_value(char_u *p);
 /* vim: set ft=c : */
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro
index dafe657..11db362 100644
--- a/src/proto/popupwin.pro
+++ b/src/proto/popupwin.pro
@@ -49,8 +49,8 @@
 void may_update_popup_mask(int type);
 void update_popups(void (*win_update)(win_T *wp));
 int set_ref_in_popups(int copyID);
-win_T *popup_find_preview_window(void);
 int popup_is_popup(win_T *wp);
+win_T *popup_find_preview_window(void);
 win_T *popup_find_info_window(void);
 void f_popup_findinfo(typval_T *argvars, typval_T *rettv);
 void f_popup_findpreview(typval_T *argvars, typval_T *rettv);
diff --git a/src/proto/viminfo.pro b/src/proto/viminfo.pro
index b1f97f6..c33af5f 100644
--- a/src/proto/viminfo.pro
+++ b/src/proto/viminfo.pro
@@ -1,8 +1,8 @@
 /* viminfo.c */
 int get_viminfo_parameter(int type);
+int buf_compare(const void *s1, const void *s2);
 void check_marks_read(void);
 int read_viminfo(char_u *file, int flags);
 void write_viminfo(char_u *file, int forceit);
-int buf_compare(const void *s1, const void *s2);
 void ex_viminfo(exarg_T *eap);
 /* vim: set ft=c : */