mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,
PyFile_WriteString.
This commit is contained in:
parent
12669749f6
commit
b422c24934
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ extern PyObject *PyFile_FromFile
|
|||
extern FILE *PyFile_AsFile Py_PROTO((PyObject *));
|
||||
extern PyObject *PyFile_Name Py_PROTO((PyObject *));
|
||||
extern PyObject *PyFile_GetLine Py_PROTO((PyObject *, int));
|
||||
extern int PyFile_WriteObject Py_PROTO((PyObject *, PyObject *, int));
|
||||
extern int PyFile_SoftSpace Py_PROTO((PyObject *, int));
|
||||
extern void PyFile_WriteString Py_PROTO((char *, PyObject *));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue