source: roaraudio/roard/include/lib.h @ 394:c0c41ad9d2ed

Last change on this file since 394:c0c41ad9d2ed was 198:168dadfccd08, checked in by phi, 16 years ago

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

File size: 170 bytes
Line 
1//lib.h:
2
3#ifndef _LIB_H_
4#define _LIB_H_
5
6#include <roaraudio.h>
7
8int lib_run_bg(char * cmd, int infh, int outfh, int errfh, int * closefh, int lenclose);
9
10#endif
11
12//ll
Note: See TracBrowser for help on using the repository browser.