Changeset 5278:b3e0dd3f3141 in roaraudio for libroardsp


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
  • libroardsp/vio_transcode.c

    r5270 r5278  
    8080} 
    8181 
    82 off_t   roar_vio_xcode_lseek   (struct roar_vio_calls * vio, off_t offset, int whence); 
    83 int     roar_vio_xcode_nonblock(struct roar_vio_calls * vio, int state); 
    8482int     roar_vio_xcode_sync    (struct roar_vio_calls * vio); 
    85 int     roar_vio_xcode_ctl     (struct roar_vio_calls * vio, int cmd, void * data); 
    8683 
    8784int     roar_vio_xcode_close   (struct roar_vio_calls * vio) { 
     
    151148} 
    152149 
    153 off_t   roar_vio_bixcode_lseek   (struct roar_vio_calls * vio, off_t offset, int whence); 
    154 int     roar_vio_bixcode_nonblock(struct roar_vio_calls * vio, int state); 
    155150int     roar_vio_bixcode_sync    (struct roar_vio_calls * vio); 
    156 int     roar_vio_bixcode_ctl     (struct roar_vio_calls * vio, int cmd, void * data); 
    157151 
    158152int     roar_vio_bixcode_close   (struct roar_vio_calls * vio) { 
Note: See TracChangeset for help on using the changeset viewer.