summaryrefslogtreecommitdiffstats
path: root/Include/intrcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/intrcheck.h')
-rw-r--r--Include/intrcheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/intrcheck.h b/Include/intrcheck.h
index f9658e2..8566051 100644
--- a/Include/intrcheck.h
+++ b/Include/intrcheck.h
@@ -37,6 +37,7 @@ PERFORMANCE OF THIS SOFTWARE.
extern int PyOS_InterruptOccurred Py_PROTO((void));
extern void PyOS_InitInterrupts Py_PROTO((void));
+void PyOS_AfterFork Py_PROTO((void));
#ifdef __cplusplus
}