From 5c4998b23660c367442ed51be03b7eb273700f85 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 14 Feb 1997 19:51:34 +0000 Subject: Added decl for Py_FdIsInteractive. --- Include/pythonrun.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12