Changeset 5278:b3e0dd3f3141 in roaraudio for libroar/vio_buffer_store.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_buffer_store.c

    r5276 r5278  
    132132} 
    133133 
    134 off_t   roar_vio_buffer_store_lseek   (struct roar_vio_calls * vio, off_t offset, int whence) { 
     134roar_off_t   roar_vio_buffer_store_lseek   (struct roar_vio_calls * vio, roar_off_t offset, int whence) { 
    135135 // TODO: implement support to seek forward as wide as the buffer allows us to seek. 
    136  return (off_t)-1; 
     136 return (roar_off_t)-1; 
    137137} 
    138138 
     
    141141} 
    142142 
    143 int     roar_vio_buffer_store_ctl     (struct roar_vio_calls * vio, int cmd, void * data) { 
     143int     roar_vio_buffer_store_ctl     (struct roar_vio_calls * vio, roar_vio_ctl_t cmd, void * data) { 
    144144 if (vio == NULL || cmd == -1) 
    145145  return -1; 
Note: See TracChangeset for help on using the changeset viewer.