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/mbyte.pro b/src/proto/mbyte.pro
index 7061bab..b0309dd 100644
--- a/src/proto/mbyte.pro
+++ b/src/proto/mbyte.pro
@@ -48,8 +48,8 @@
 int utf_islower(int a);
 int utf_tolower(int a);
 int utf_isupper(int a);
-int mb_strnicmp(char_u *s1, char_u *s2, size_t nn);
 int mb_strnicmp2(char_u *s1, char_u *s2, size_t n1, size_t n2);
+int mb_strnicmp(char_u *s1, char_u *s2, size_t nn);
 void show_utf8(void);
 int latin_head_off(char_u *base, char_u *p);
 int dbcs_screen_head_off(char_u *base, char_u *p);