util_posix.hh (fstransform-0.9.3-src) | : | util_posix.hh (fstransform-0.9.4) | ||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | * along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
* | * | |||
* io/util_posix.hh | * io/util_posix.hh | |||
* | * | |||
* Created on: Mar 27, 2012 | * Created on: Mar 27, 2012 | |||
* Author: max | * Author: max | |||
*/ | */ | |||
#ifndef FSMOVE_IO_POSIX_UTIL_HH | #ifndef FSMOVE_IO_POSIX_UTIL_HH | |||
#define FSMOVE_IO_POSIX_UTIL_HH | #define FSMOVE_IO_POSIX_UTIL_HH | |||
#include "../first.hh" // for FT_HAVE_* | #include "../types.hh" | |||
FT_IO_NAMESPACE_BEGIN | FT_IO_NAMESPACE_BEGIN | |||
/** | /** | |||
* spawn a system command, wait for it to complete and return its exit status. | * spawn a system command, wait for it to complete and return its exit status. | |||
* argv[0] is conventionally the program name. | * argv[0] is conventionally the program name. | |||
* argv[1...] are program arguments and must be terminated with a NULL pointer. | * argv[1...] are program arguments and must be terminated with a NULL pointer. | |||
*/ | */ | |||
int ff_posix_exec_silent(const char * path, const char * const argv[]); | int ff_posix_exec_silent(const char * path, const char * const argv[]); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |