diff options
Diffstat (limited to 'Include/pythonrun.h')
-rw-r--r-- | Include/pythonrun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h index cecb0cc..837d2f5 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -54,7 +54,7 @@ int Py_AtExit Py_PROTO((void (*func) Py_PROTO((void)))); void Py_Exit Py_PROTO((int)); -void cleanup Py_PROTO((void)); +void Py_Cleanup Py_PROTO((void)); #ifdef __cplusplus } |