diff --git a/Include/pythonrun.h b/Include/pythonrun.h index 1f357cd3e5f..f2b9541b3c1 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)); diff --git a/Include/rename1.h b/Include/rename1.h index 2d8797617a3..1b3d80a085e 100755 --- a/Include/rename1.h +++ b/Include/rename1.h @@ -322,6 +322,7 @@ typedef struct methodlist PyMethodDef; #define PyArg_GetDoubleArray getidoublearray #define PyArg_GetFloat getifloatarg #define PyArg_GetFloatArray getifloatarray +#define PyArg_GetInt getintarg #define PyArg_GetLong getilongarg #define PyArg_GetLongArray getilongarray #define PyArg_GetLongArraySize getilongarraysize