mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Added prototype for sortlist().
This commit is contained in:
parent
84c76f52af
commit
14da580104
1 changed files with 1 additions and 0 deletions
|
@ -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 *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue