summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Include/pythonrun.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index af7ddf938e..afbb2c7bc2 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -55,7 +55,8 @@ void Py_Exit Py_PROTO((int));
void Py_Cleanup Py_PROTO((void));
-void Py_FatalError Py_PROTO((char *));
+void PyImport_Init Py_PROTO((void));
+void PyBuiltin_Init Py_PROTO((void));
#ifdef __cplusplus
}