mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added getdictkeys() prototype.
This commit is contained in:
parent
3ccb6172f8
commit
6990c943a0
1 changed files with 1 additions and 0 deletions
|
@ -17,3 +17,4 @@ extern int dictinsert PROTO((object *dp, char *key, object *item));
|
|||
extern int dictremove PROTO((object *dp, char *key));
|
||||
extern int getdictsize PROTO((object *dp));
|
||||
extern char *getdictkey PROTO((object *dp, int i));
|
||||
extern object *getdictkeys PROTO((object *dp));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue