diff options
author | Guido van Rossum <guido@python.org> | 1997-02-14 19:51:34 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-02-14 19:51:34 (GMT) |
commit | 5c4998b23660c367442ed51be03b7eb273700f85 (patch) | |
tree | 56698906373526b4c41046d519758f8d48196539 /Include/pythonrun.h | |
parent | 3f3a2686b8ef711ca433d408d6b24b9f0166c63d (diff) | |
download | cpython-5c4998b23660c367442ed51be03b7eb273700f85.zip cpython-5c4998b23660c367442ed51be03b7eb273700f85.tar.gz cpython-5c4998b23660c367442ed51be03b7eb273700f85.tar.bz2 |
Added decl for Py_FdIsInteractive.
Diffstat (limited to 'Include/pythonrun.h')
-rw-r--r-- | Include/pythonrun.h | 2 |
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 |