Changeset 1665:d00c9b8aab4c in roaraudio for libroar/vio.c


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.