Changeset 5278:b3e0dd3f3141 in roaraudio for libroar/vio_zlib.c


Ignore:
Timestamp:
11/21/11 00:42:20 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

last parts of merging _nonblock into _ctl and fixed sizeof(cmd) of _ctls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_zlib.c

    r5276 r5278  
    429429} 
    430430 
    431 static off_t   roar_vio_zlib_lseek   (struct roar_vio_calls * vio, off_t offset, int whence) { 
     431static roar_off_t   roar_vio_zlib_lseek   (struct roar_vio_calls * vio, roar_off_t offset, int whence) { 
    432432 (void)vio, (void)offset, (void)whence; 
    433433 roar_err_set(ROAR_ERROR_NOSYS); 
    434  return (off_t)-1; 
     434 return (roar_off_t)-1; 
    435435} 
    436436 
     
    447447} 
    448448 
    449 static int     roar_vio_zlib_ctl     (struct roar_vio_calls * vio, int cmd, void * data) { 
     449static int     roar_vio_zlib_ctl     (struct roar_vio_calls * vio, roar_vio_ctl_t cmd, void * data) { 
    450450 struct roar_vio_gzip * self; 
    451451 
Note: See TracChangeset for help on using the changeset viewer.