added decl for PyComplex_AsCComplex

This commit is contained in:
Guido van Rossum 1996-01-12 00:55:11 +00:00
parent 3d1f09557b
commit 5990592b71
1 changed files with 1 additions and 0 deletions

View 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
}