|
|
1.1 root 1: /*
2: * execute() does an execvp using the argv passed to it. If the parameter
3: * verbose is non-zero the command is printed to stderr. A non-zero return
4: * value indicates success zero indicates failure.
5: */
6: extern int execute(
7: char **argv,
8: long verbose);
9:
10: extern void add_execute_list(
11: char *str);
12:
13: extern void reset_execute_list(
14: void);
15:
16: extern int execute_list(
17: long verbose);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.