Changeset 198:168dadfccd08 in roaraudio for roard/include/lib.h


Ignore:
Timestamp:
07/20/08 21:35:00 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added closefh, lenclose parameters to lib_run_bg to support to close fhs we do not know about

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/lib.h

    r183 r198  
    66#include <roaraudio.h> 
    77 
    8 int lib_run_bg(char * cmd, int infh, int outfh, int errfh); 
     8int lib_run_bg(char * cmd, int infh, int outfh, int errfh, int * closefh, int lenclose); 
    99 
    1010#endif 
Note: See TracChangeset for help on using the changeset viewer.