source: roaraudio/roard/include/lib.h @ 183:e2de498eb4fc

Last change on this file since 183:e2de498eb4fc was 183:e2de498eb4fc, checked in by phi, 16 years ago

added lib.h

File size: 141 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);
9
10#endif
11
12//ll
Note: See TracBrowser for help on using the repository browser.