diff options
Diffstat (limited to 'Include/pythonrun.h')
-rw-r--r-- | Include/pythonrun.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h index 1f357cd..f2b9541 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -49,6 +49,8 @@ object *compile_string PROTO((char *, char *, int)); void print_error PROTO((void)); +int Py_AtExit PROTO((void (*func) PROTO((void)))); + void goaway PROTO((int)); void cleanup PROTO((void)); |