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

    r5276 r5278  
    5454} 
    5555 
    56 static off_t   roar_vio_misc_lseek   (struct roar_vio_calls * vio, off_t offset, int whence) { 
     56static roar_off_t   roar_vio_misc_lseek   (struct roar_vio_calls * vio, roar_off_t offset, int whence) { 
    5757 (void)vio, (void)offset, (void)whence; 
    5858 return 0; 
     
    6464} 
    6565 
    66 static int     roar_vio_misc_ctl     (struct roar_vio_calls * vio, int cmd, void * data) { 
     66static int     roar_vio_misc_ctl     (struct roar_vio_calls * vio, roar_vio_ctl_t cmd, void * data) { 
    6767 struct roar_vio_misc * self = vio->inst; 
    6868 
Note: See TracChangeset for help on using the changeset viewer.