X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqlob.c;fp=src%2Fphp_pqlob.c;h=a419390119d1f7aa23b0e63f38f305b517b54da6;hp=0cb44a896875669ca4b4f5e42359117252b9a7a8;hb=0c4615c2680ca6cc4cda8e5c87b73842baf6d0d9;hpb=85e091d9fdee787e2bfe37edd9cb95e995642c68 diff --git a/src/php_pqlob.c b/src/php_pqlob.c index 0cb44a8..a419390 100644 --- a/src/php_pqlob.c +++ b/src/php_pqlob.c @@ -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;