]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added declaration for mkvalue()
authorGuido van Rossum <guido@python.org>
Mon, 13 Apr 1992 15:54:59 +0000 (15:54 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Apr 1992 15:54:59 +0000 (15:54 +0000)
Include/modsupport.h

index 552c404dabb059998d9387a5719ee09348c404a2..28821d9ef78be6e5d98c55995df22032c6242917 100644 (file)
@@ -26,6 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 extern object *initmodule PROTO((char *, struct methodlist *));
 extern int getargs PROTO((object *, char *, ...));
+extern object *mkvalue PROTO((char *, ...));
 
 #define getnoarg(v) getargs(v, "")
 #define getintarg(v, a) getargs(v, "i", a)