summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/pythonrun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index cb1c07d..6666778 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -65,6 +65,8 @@ void Py_Cleanup Py_PROTO((void));
void PyImport_Init Py_PROTO((void));
void PyBuiltin_Init Py_PROTO((void));
+int Py_FdIsInteractive Py_PROTO((FILE *, char *));
+
#ifdef __cplusplus
}
#endif