Changeset 1505:06a3687a4ce8 in roaraudio for include/libroar/vio_pipe.h


Ignore:
Timestamp:
04/01/09 17:55:36 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added more support for vio_ctl, added ROAR_VIO_CTL_GET_*FH and ROAR_VIO_CTL_SELECT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_pipe.h

    r1310 r1505  
    6868int     roar_vio_pipe_nonblock(struct roar_vio_calls * vio, int state); 
    6969int     roar_vio_pipe_sync    (struct roar_vio_calls * vio); 
     70int     roar_vio_pipe_ctl     (struct roar_vio_calls * vio, int cmd, void * data); 
    7071int     roar_vio_pipe_close   (struct roar_vio_calls * vio); 
    7172 
Note: See TracChangeset for help on using the changeset viewer.