diff options
Diffstat (limited to 'Include/classobject.h')
-rw-r--r-- | Include/classobject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Include/classobject.h b/Include/classobject.h index 2902e77..67416e4 100644 --- a/Include/classobject.h +++ b/Include/classobject.h @@ -73,6 +73,10 @@ extern DL_IMPORT(PyObject *) PyInstance_DoBinOp(PyObject *, PyObject *, PyObject * (*)(PyObject *, PyObject *)); +extern DL_IMPORT(int) +PyInstance_HalfBinOp(PyObject *, PyObject *, char *, PyObject **, + PyObject * (*)(PyObject *, PyObject *), int); + #ifdef __cplusplus } #endif |