Added decl for Py_FdIsInteractive.
This commit is contained in:
parent
3f3a2686b8
commit
5c4998b236
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue