From: Guido van Rossum Date: Fri, 14 Feb 1997 19:51:34 +0000 (+0000) Subject: Added decl for Py_FdIsInteractive. X-Git-Tag: v1.5a1~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c4998b23660c367442ed51be03b7eb273700f85;p=python Added decl for Py_FdIsInteractive. --- diff --git a/Include/pythonrun.h b/Include/pythonrun.h index cb1c07df88..666677816c 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