Files for 2.1b1 distribution.
[python/dscho.git] / Include / intrcheck.h
blob6ccdc3b3ee722f86137523e2bb58cf3befa828a9
2 #ifndef Py_INTRCHECK_H
3 #define Py_INTRCHECK_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 extern DL_IMPORT(int) PyOS_InterruptOccurred(void);
9 extern DL_IMPORT(void) PyOS_InitInterrupts(void);
10 DL_IMPORT(void) PyOS_AfterFork(void);
12 #ifdef __cplusplus
14 #endif
15 #endif /* !Py_INTRCHECK_H */