diff options
Diffstat (limited to 'Include/ceval.h')
-rw-r--r-- | Include/ceval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/ceval.h b/Include/ceval.h index 64de60a..68c5977 100644 --- a/Include/ceval.h +++ b/Include/ceval.h @@ -48,7 +48,7 @@ PyObject *PyEval_GetOwner Py_PROTO((void)); PyObject *PyEval_GetFrame Py_PROTO((void)); int PyEval_GetRestricted Py_PROTO((void)); -void Py_FlushLine Py_PROTO((void)); +int Py_FlushLine Py_PROTO((void)); int Py_AddPendingCall Py_PROTO((int (*func) Py_PROTO((ANY *)), ANY *arg)); int Py_MakePendingCalls Py_PROTO((void)); |