Changeset 1659:a46ccd404490 in roaraudio


Ignore:
Timestamp:
05/08/09 16:55:34 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

structs for 2popen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_cmd.h

    r1615 r1659  
    7575}; 
    7676 
     77struct roar_vio_2popen_state { 
     78 int options; 
     79 int state; 
     80 
     81 struct roar_vio_cmd_child child; 
     82}; 
     83 
    7784int roar_vio_open_cmd(struct roar_vio_calls * calls, struct roar_vio_calls * dst, 
    7885                      char * reader, char * writer, int options); 
     
    8188int roar_vio_cmd_wait(struct roar_vio_cmd_child * child); 
    8289 
     90int roar_vio_open_2popen(struct roar_vio_calls * calls, char * command, int options); 
     91int roar_vio_2popen_close(struct roar_vio_calls * vio); 
    8392// possible VIOs: 
    8493 
Note: See TracChangeset for help on using the changeset viewer.