patch 8.2.5171: dependencies and proto files are outdated
Problem: Dependencies and proto files are outdated.
Solution: Update dependencies and proto files. Avoid errors.
diff --git a/src/proto/time.pro b/src/proto/time.pro
index becafea..54ed4ba 100644
--- a/src/proto/time.pro
+++ b/src/proto/time.pro
@@ -1,6 +1,6 @@
/* time.c */
-char *get_ctime(time_t thetime, int add_newline);
time_T vim_time(void);
+char *get_ctime(time_t thetime, int add_newline);
void f_localtime(typval_T *argvars, typval_T *rettv);
void f_reltime(typval_T *argvars, typval_T *rettv);
void f_reltimefloat(typval_T *argvars, typval_T *rettv);