home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / !!!python!!! / BeOpen-Python-2.0.exe / INTRCHECK.H < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-01  |  300 b   |  16 lines

  1.  
  2. #ifndef Py_INTRCHECK_H
  3. #define Py_INTRCHECK_H
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. extern DL_IMPORT(int) PyOS_InterruptOccurred(void);
  9. extern DL_IMPORT(void) PyOS_InitInterrupts(void);
  10. DL_IMPORT(void) PyOS_AfterFork(void);
  11.  
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif /* !Py_INTRCHECK_H */
  16.