Added decl for Py_FdIsInteractive.

This commit is contained in:
Guido van Rossum 1997-02-14 19:51:34 +00:00
parent 3f3a2686b8
commit 5c4998b236
1 changed files with 2 additions and 0 deletions

View File

@ -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