Changeset 943:0e5abb55ef23 in roaraudio for include/libroar/vio.h


Ignore:
Timestamp:
12/07/08 22:32:01 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added null io read/write for vio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio.h

    r918 r943  
    6969off_t   roar_vio_basic_lseek(struct roar_vio_calls * vio, off_t offset, int whence); 
    7070 
     71// null 
     72// this is read an write in one! 
     73ssize_t roar_vio_null_rw    (struct roar_vio_calls * vio, void *buf, size_t count); 
     74 
    7175// pass 
    7276 
Note: See TracChangeset for help on using the changeset viewer.