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

    r5276 r5278  
    4444} 
    4545 
    46 static off_t   _vio_stream_lseek   (struct roar_vio_calls * vio, off_t offset, int whence) { 
     46static roar_off_t   _vio_stream_lseek   (struct roar_vio_calls * vio, roar_off_t offset, int whence) { 
    4747 return roar_vio_lseek(roar_get_connection_vio2(vio->inst), offset, whence); 
    4848} 
     
    5050 return roar_vio_sync(roar_get_connection_vio2(vio->inst)); 
    5151} 
    52 static int     _vio_stream_ctl     (struct roar_vio_calls * vio, int cmd, void * data) { 
     52static int     _vio_stream_ctl     (struct roar_vio_calls * vio, roar_vio_ctl_t cmd, void * data) { 
    5353 if (vio == NULL) { 
    5454  roar_err_set(ROAR_ERROR_FAULT); 
Note: See TracChangeset for help on using the changeset viewer.