patch 9.1.1235: cproto files are outdated

Problem:  cproto files are outdated
Solution: regenerate proto files by running make proto
          (Yegappan Lakshmanan)

closes: #16956

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/proto/mark.pro b/src/proto/mark.pro
index d398c36..ce83fa0 100644
--- a/src/proto/mark.pro
+++ b/src/proto/mark.pro
@@ -1,6 +1,7 @@
 /* mark.c */
 int setmark(int c);
 int setmark_pos(int c, pos_T *pos, int fnum);
+void mark_forget_file(win_T *wp, int fnum);
 void setpcmark(void);
 void checkpcmark(void);
 pos_T *movemark(int count);
@@ -28,5 +29,4 @@
 void free_all_marks(void);
 xfmark_T *get_namedfm(void);
 void f_getmarklist(typval_T *argvars, typval_T *rettv);
-void mark_forget_file(win_T *wp, int fnum);
 /* vim: set ft=c : */