]> granicus.if.org Git - python/commitdiff
added decl for PyComplex_AsCComplex
authorGuido van Rossum <guido@python.org>
Fri, 12 Jan 1996 00:55:11 +0000 (00:55 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Jan 1996 00:55:11 +0000 (00:55 +0000)
Include/complexobject.h

index 09a868313dac32c39b19adb59ffe84aa7777f668..93d243e8d506578cac17fc48988653172425f0fd 100644 (file)
@@ -42,6 +42,7 @@ extern PyObject *PyComplex_FromDoubles Py_PROTO((double real, double imag));
 
 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
 }