commit | 5990592b71199770b213afa416a08f161a16eb42 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jan 12 00:55:11 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jan 12 00:55:11 1996 +0000 |
tree | 113a902e559dd82a407717eefd48d848e5b89211 | |
parent | 3d1f09557bd447b2e45bf90385391ffc16eafe13 [diff] [blame] |
added decl for PyComplex_AsCComplex
diff --git a/Include/complexobject.h b/Include/complexobject.h index 09a8683..93d243e 100644 --- a/Include/complexobject.h +++ b/Include/complexobject.h
@@ -42,6 +42,7 @@ extern double PyComplex_RealAsDouble Py_PROTO((PyObject *op)); extern double PyComplex_ImagAsDouble Py_PROTO((PyObject *op)); +extern complex PyComplex_AsCComplex Py_PROTO((PyObject *op)); #ifdef __cplusplus }