Changeset 1665:d00c9b8aab4c in roaraudio


Ignore:
Timestamp:
05/09/09 12:49:26 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_vio_null_sync() a null syncer

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio.h

    r1590 r1665  
    171171// this is a read and write in one! 
    172172ssize_t roar_vio_null_rw    (struct roar_vio_calls * vio, void *buf, size_t count); 
     173int     roar_vio_null_sync  (struct roar_vio_calls * vio); 
    173174 
    174175// pass 
  • libroar/vio.c

    r1615 r1665  
    424424} 
    425425 
     426int     roar_vio_null_sync    (struct roar_vio_calls * vio) { 
     427 return 0; 
     428} 
     429 
    426430// pass 
    427431int     roar_vio_open_pass    (struct roar_vio_calls * calls, struct roar_vio_calls * dst) { 
Note: See TracChangeset for help on using the changeset viewer.