X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fexecute.h;h=00cc0445bdfbab58f9faecc5018e255ab90791e1;hb=f62a2da1390a78aebe7dcbc5753ba7a2b34cf1fd;hp=b456aaf20745301d3fc66065dd3ccaa7766c34f0;hpb=f7bab1b29955f86484cb70871c7b88915542abeb;p=gnulib.git diff --git a/lib/execute.h b/lib/execute.h index b456aaf20..00cc0445b 100644 --- a/lib/execute.h +++ b/lib/execute.h @@ -1,5 +1,5 @@ /* Creation of autonomous subprocesses. - Copyright (C) 2001-2003, 2008 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2008-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify @@ -35,10 +35,10 @@ It is recommended that no signal is blocked or ignored while execute() is called. See pipe.h for the reason. */ extern int execute (const char *progname, - const char *prog_path, char **prog_argv, - bool ignore_sigpipe, - bool null_stdin, bool null_stdout, bool null_stderr, - bool slave_process, bool exit_on_error, - int *termsigp); + const char *prog_path, char **prog_argv, + bool ignore_sigpipe, + bool null_stdin, bool null_stdout, bool null_stderr, + bool slave_process, bool exit_on_error, + int *termsigp); #endif /* _EXECUTE_H */