commit | 88671aeabb43aa4913104444bf81b7c355a681b0 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Apr 03 19:02:06 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Apr 03 19:02:06 1991 +0000 |
tree | 304cb9bcea2b0c35fec07b27eb7643600aa4bcfe | |
parent | 2abc7a6a9a36a6ae1b605973467ad10a67962573 [diff] [blame] |
Added declaration for dict2insert.
diff --git a/Include/dictobject.h b/Include/dictobject.h index 6e08bdd..853fd7f 100644 --- a/Include/dictobject.h +++ b/Include/dictobject.h
@@ -42,3 +42,5 @@ extern int getdictsize PROTO((object *dp)); extern char *getdictkey PROTO((object *dp, int i)); extern object *getdictkeys PROTO((object *dp)); + +extern int dict2insert PROTO((object *dp, object *key, object *item));