diff options
Diffstat (limited to 'Include/intrcheck.h')
-rw-r--r-- | Include/intrcheck.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/intrcheck.h b/Include/intrcheck.h index 8f22700..e91a927 100644 --- a/Include/intrcheck.h +++ b/Include/intrcheck.h @@ -28,8 +28,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -extern int intrcheck PROTO((void)); -extern void initintr PROTO((void)); +extern int PyOS_InterruptOccurred Py_PROTO((void)); +extern void PyOS_InitInterrupts Py_PROTO((void)); #ifdef __cplusplus } |