]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
initmodule2 -> initmodule3 (with doc string)
authorGuido van Rossum <guido@python.org>
Sat, 7 Jan 1995 11:51:27 +0000 (11:51 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 7 Jan 1995 11:51:27 +0000 (11:51 +0000)
Include/modsupport.h

index 9fe8763e5bd6cd965da5656367b1c678b1902261..fb196df62dce305284d0ddab6f00b784089e4a76 100644 (file)
@@ -52,7 +52,8 @@ extern int vgetargs PROTO((object *, char *, va_list));
 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, "")