patch 9.0.2190: proto files need update
Problem: proto files need update
Solution: re-generate them
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/proto/term.pro b/src/proto/term.pro
index e95befe..b83df86 100644
--- a/src/proto/term.pro
+++ b/src/proto/term.pro
@@ -3,9 +3,9 @@
guicolor_T termgui_mch_get_rgb(guicolor_T color);
void init_term_props(int all);
void f_terminalprops(typval_T *argvars, typval_T *rettv);
+void apply_keyprotocol(char_u *term, keyprot_T prot);
void set_color_count(int nr);
keyprot_T match_keyprotocol(char_u *term);
-void apply_keyprotocol(char_u *term, keyprot_T prot);
int set_termname(char_u *term);
void free_cur_term(void);
void getlinecol(long *cp, long *rp);