1 #include <sys/types.h> /* for off_t */
2 #include <Python.h> /* for Py_ssize_t */
3 
4 Py_ssize_t portable_sendfile(int out_fd, int in_fd, off_t offset);
5