initmodule2 -> initmodule3 (with doc string)
diff --git a/Include/modsupport.h b/Include/modsupport.h
index 9fe8763..fb196df 100644
--- a/Include/modsupport.h
+++ b/Include/modsupport.h
@@ -52,7 +52,8 @@
 extern object *vmkvalue PROTO((char *, va_list));
 
 extern object *initmodule PROTO((char *, struct methodlist *));
-extern object *initmodule2 PROTO((char *, struct methodlist *, object *));
+extern object *initmodule3 PROTO((char *, struct methodlist *,
+				  char *, object *));
 
 /* The following are obsolete -- use getargs directly! */
 #define getnoarg(v) getargs(v, "")