From 14da5801040cca76c4b36bad113ccf740af53a88 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 30 Oct 1990 13:32:39 +0000 Subject: Added prototype for sortlist(). --- Include/listobject.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/listobject.h b/Include/listobject.h index 76cf86d..5ff057e 100644 --- a/Include/listobject.h +++ b/Include/listobject.h @@ -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 *)); -- cgit v0.12