]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added prototype for sortlist().
authorGuido van Rossum <guido@python.org>
Tue, 30 Oct 1990 13:32:39 +0000 (13:32 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Oct 1990 13:32:39 +0000 (13:32 +0000)
Include/listobject.h

index 76cf86d0d9ef2c6b11c7788887256c76ea33b5ee..5ff057eb1a83d904e1a3b84426a791c1de8e791b 100644 (file)
@@ -24,3 +24,4 @@ extern object *getlistitem PROTO((object *, int));
 extern int setlistitem PROTO((object *, int, object *));
 extern int inslistitem PROTO((object *, int, object *));
 extern int addlistitem PROTO((object *, object *));
+extern int sortlist PROTO((object *));