diff options
Diffstat (limited to 'Include/marshal.h')
-rw-r--r-- | Include/marshal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/marshal.h b/Include/marshal.h index cf11d53..722be74 100644 --- a/Include/marshal.h +++ b/Include/marshal.h @@ -15,6 +15,7 @@ DL_IMPORT(PyObject *) PyMarshal_WriteObjectToString(PyObject *); DL_IMPORT(long) PyMarshal_ReadLongFromFile(FILE *); DL_IMPORT(int) PyMarshal_ReadShortFromFile(FILE *); DL_IMPORT(PyObject *) PyMarshal_ReadObjectFromFile(FILE *); +DL_IMPORT(PyObject *) PyMarshal_ReadLastObjectFromFile(FILE *); DL_IMPORT(PyObject *) PyMarshal_ReadObjectFromString(char *, int); #ifdef __cplusplus |