Commit e24122f5 authored by Guido van Rossum's avatar Guido van Rossum

Export getdict2key() interface.

parent 5b02dbc2
......@@ -43,4 +43,5 @@ extern int getdictsize PROTO((object *dp));
extern char *getdictkey PROTO((object *dp, int i));
extern object *getdictkeys PROTO((object *dp));
extern object *dict2key PROTO((object *dp, int i));
extern int dict2insert PROTO((object *dp, object *key, object *item));
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment