Changeset 5278:b3e0dd3f3141 in roaraudio for include/libroar/vio_proto.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_proto.h

    r5254 r5278  
    6767ssize_t roar_vio_proto_read    (struct roar_vio_calls * vio, void *buf, size_t count); 
    6868ssize_t roar_vio_proto_write   (struct roar_vio_calls * vio, void *buf, size_t count); 
    69 off_t   roar_vio_proto_lseek   (struct roar_vio_calls * vio, off_t offset, int whence); 
    70 int     roar_vio_proto_nonblock(struct roar_vio_calls * vio, int state); 
    7169int     roar_vio_proto_sync    (struct roar_vio_calls * vio); 
    72 int     roar_vio_proto_ctl     (struct roar_vio_calls * vio, int cmd, void * data); 
     70int     roar_vio_proto_ctl     (struct roar_vio_calls * vio, roar_vio_ctl_t cmd, void * data); 
    7371int     roar_vio_proto_close   (struct roar_vio_calls * vio); 
    7472 
Note: See TracChangeset for help on using the changeset viewer.