patch 7.4.2363
Problem:    Superfluous function prototypes.
Solution:   Remove them.
diff --git a/src/regexp.c b/src/regexp.c
index 96cfb40..0884912 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -255,9 +255,6 @@
 #define un_Magic(x)	((x) + 256)
 #define is_Magic(x)	((x) < 0)
 
-static int no_Magic(int x);
-static int toggle_Magic(int x);
-
     static int
 no_Magic(int x)
 {
diff --git a/src/version.c b/src/version.c
index 8a6062d..5f1eef5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2363,
+/**/
     2362,
 /**/
     2361,