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/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 : */