Changeset 5568:a7bdf096a4d6 in roaraudio
- Timestamp:
- 07/16/12 17:05:22 (11 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- roard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
roard/include/lib.h
r5381 r5568 29 29 #include <roaraudio.h> 30 30 31 int lib_run_bg(c har * cmd, int infh, int outfh, int errfh, int * closefh, int lenclose);31 int lib_run_bg(const char * cmd, const int infh, const int outfh, const int errfh, int * closefh, const size_t lenclose); 32 32 33 33 #endif -
roard/lib.c
r5381 r5568 26 26 #include "roard.h" 27 27 28 int lib_run_bg(c har * cmd, int infh, int outfh, int errfh, int * closefh, int lenclose) {28 int lib_run_bg(const char * cmd, const int infh, const int outfh, const int errfh, int * closefh, const size_t lenclose) { 29 29 #ifdef ROAR_HAVE_FORK 30 30 pid_t child;
Note: See TracChangeset
for help on using the changeset viewer.