Merge pull request #52 from m6w6/issue-pointers
[m6w6/ext-pq] / src / php_pqlob.c
index 0cb44a896875669ca4b4f5e42359117252b9a7a8..a419390119d1f7aa23b0e63f38f305b517b54da6 100644 (file)
@@ -169,7 +169,7 @@ static int php_pqlob_stream_flush(php_stream *stream)
        return SUCCESS;
 }
 
-static ZEND_RESULT_CODE php_pqlob_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset)
+static ZEND_RESULT_CODE php_pqlob_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset)
 {
        ZEND_RESULT_CODE rv = FAILURE;
        php_pqlob_object_t *obj = stream->abstract;