Changeset 5278:b3e0dd3f3141 in roaraudio for include/libroar/vio_stdio.h


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
  • include/libroar/vio_stdio.h

    r5088 r5278  
    5959ssize_t roar_vio_stdio_read    (struct roar_vio_calls * vio, void *buf, size_t count); 
    6060ssize_t roar_vio_stdio_write   (struct roar_vio_calls * vio, void *buf, size_t count); 
    61 off_t   roar_vio_stdio_lseek   (struct roar_vio_calls * vio, off_t offset, int whence); 
     61roar_off_t   roar_vio_stdio_lseek   (struct roar_vio_calls * vio, roar_off_t offset, int whence); 
    6262int     roar_vio_stdio_sync    (struct roar_vio_calls * vio); 
    63 int     roar_vio_stdio_ctl     (struct roar_vio_calls * vio, int cmd, void * data); 
     63int     roar_vio_stdio_ctl     (struct roar_vio_calls * vio, roar_vio_ctl_t cmd, void * data); 
    6464int     roar_vio_stdio_close   (struct roar_vio_calls * vio); 
    6565 
Note: See TracChangeset for help on using the changeset viewer.