home *** CD-ROM | disk | FTP | other *** search
- /*
- * execute() does an execvp using the argv passed to it. If the parameter
- * verbose is non-zero the command is printed to stderr. A non-zero return
- * value indicates success zero indicates failure.
- */
- __private_extern__ int execute(
- char **argv,
- long verbose);
-
- __private_extern__ void add_execute_list(
- char *str);
-
- __private_extern__ void reset_execute_list(
- void);
-
- __private_extern__ int execute_list(
- long verbose);
-